===> Building for codeblocks-20.03nb13
Making all in src
gmake[1]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src'
Making all in include
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include'
rm -f sdk_precomp.h.gch
clang++ -DHAVE_CONFIG_H  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -o sdk_precomp.h.gch -xc++-header ./sdk_precomp.h
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
rm -f sdk.h.gch
clang++ -DHAVE_CONFIG_H  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include -I../../src/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -o sdk.h.gch -xc++-header ./sdk.h
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ./sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
/opt/pkg/bin/gmake  all-recursive
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include'
Making all in scripting
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting'
Making all in sqplus
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting/sqplus'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting/sqplus'
Making all in bindings
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting/bindings'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting/bindings'
Making all in squirrel
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting/squirrel'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting/squirrel'
Making all in sqstdlib
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting/sqstdlib'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting/sqstdlib'
Making all in include
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting/include'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting/include'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting'
gmake[5]: Nothing to be done for 'all-am'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/scripting'
Making all in tinyxml
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/tinyxml'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include/tinyxml'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include'
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/include'
Making all in base
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/base'
Making all in tinyxml
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/base/tinyxml'
depbase=`echo tinyxml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT tinyxml.lo -MD -MP -MF $depbase.Tpo -c -o tinyxml.lo tinyxml.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/tinyxml -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT tinyxml.lo -MD -MP -MF .deps/tinyxml.Tpo -c tinyxml.cpp  -fno-common -DPIC -o .libs/tinyxml.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/tinyxml -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT tinyxml.lo -MD -MP -MF .deps/tinyxml.Tpo -c tinyxml.cpp -o tinyxml.o >/dev/null 2>&1
depbase=`echo tinyxmlerror.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT tinyxmlerror.lo -MD -MP -MF $depbase.Tpo -c -o tinyxmlerror.lo tinyxmlerror.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/tinyxml -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT tinyxmlerror.lo -MD -MP -MF .deps/tinyxmlerror.Tpo -c tinyxmlerror.cpp  -fno-common -DPIC -o .libs/tinyxmlerror.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/tinyxml -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT tinyxmlerror.lo -MD -MP -MF .deps/tinyxmlerror.Tpo -c tinyxmlerror.cpp -o tinyxmlerror.o >/dev/null 2>&1
depbase=`echo tinyxmlparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/sdk/wxscintilla/include -I../../../src/include -I../../../src/include/tinyxml -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT tinyxmlparser.lo -MD -MP -MF $depbase.Tpo -c -o tinyxmlparser.lo tinyxmlparser.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/tinyxml -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT tinyxmlparser.lo -MD -MP -MF .deps/tinyxmlparser.Tpo -c tinyxmlparser.cpp  -fno-common -DPIC -o .libs/tinyxmlparser.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/tinyxml -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT tinyxmlparser.lo -MD -MP -MF .deps/tinyxmlparser.Tpo -c tinyxmlparser.cpp -o tinyxmlparser.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions  -L/opt/pkg/lib -o libtinyxml.la  tinyxml.lo tinyxmlerror.lo tinyxmlparser.lo  -lpthread -ldl 
libtool: link: ar cr .libs/libtinyxml.a .libs/tinyxml.o .libs/tinyxmlerror.o .libs/tinyxmlparser.o 
libtool: link: ranlib .libs/libtinyxml.a
libtool: link: ( cd ".libs" && rm -f "libtinyxml.la" && ln -s "../libtinyxml.la" "libtinyxml.la" )
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/base/tinyxml'
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/base'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/base'
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/base'
Making all in build_tools
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/build_tools'
Making all in autorevision
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/build_tools/autorevision'
depbase=`echo autorevision.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I../../../src/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT autorevision.o -MD -MP -MF $depbase.Tpo -c -o autorevision.o autorevision.cpp &&\
mv -f $depbase.Tpo $depbase.Po
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions  -L/opt/pkg/lib -o auto_revision autorevision.o ../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -pipe -Os -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -o auto_revision autorevision.o  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../src/base/tinyxml/.libs/libtinyxml.a -lpthread -ldl
./auto_revision +int +wx +t ../../.. ../../../src/include/autorevision.h
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/build_tools/autorevision'
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/build_tools'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/build_tools'
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/build_tools'
Making all in mime
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/mime'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/mime'
Making all in sdk
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk'
Making all in scripting
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting'
Making all in sqplus
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting/sqplus'
depbase=`echo SqPlus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT SqPlus.lo -MD -MP -MF $depbase.Tpo -c -o SqPlus.lo SqPlus.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT SqPlus.lo -MD -MP -MF .deps/SqPlus.Tpo -c SqPlus.cpp  -fno-common -DPIC -o .libs/SqPlus.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT SqPlus.lo -MD -MP -MF .deps/SqPlus.Tpo -c SqPlus.cpp -o SqPlus.o >/dev/null 2>&1
depbase=`echo SquirrelVM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT SquirrelVM.lo -MD -MP -MF $depbase.Tpo -c -o SquirrelVM.lo SquirrelVM.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT SquirrelVM.lo -MD -MP -MF .deps/SquirrelVM.Tpo -c SquirrelVM.cpp  -fno-common -DPIC -o .libs/SquirrelVM.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT SquirrelVM.lo -MD -MP -MF .deps/SquirrelVM.Tpo -c SquirrelVM.cpp -o SquirrelVM.o >/dev/null 2>&1
depbase=`echo SquirrelBindingsUtils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT SquirrelBindingsUtils.lo -MD -MP -MF $depbase.Tpo -c -o SquirrelBindingsUtils.lo SquirrelBindingsUtils.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT SquirrelBindingsUtils.lo -MD -MP -MF .deps/SquirrelBindingsUtils.Tpo -c SquirrelBindingsUtils.cpp  -fno-common -DPIC -o .libs/SquirrelBindingsUtils.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT SquirrelBindingsUtils.lo -MD -MP -MF .deps/SquirrelBindingsUtils.Tpo -c SquirrelBindingsUtils.cpp -o SquirrelBindingsUtils.o >/dev/null 2>&1
depbase=`echo SquirrelObject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT SquirrelObject.lo -MD -MP -MF $depbase.Tpo -c -o SquirrelObject.lo SquirrelObject.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT SquirrelObject.lo -MD -MP -MF .deps/SquirrelObject.Tpo -c SquirrelObject.cpp  -fno-common -DPIC -o .libs/SquirrelObject.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT SquirrelObject.lo -MD -MP -MF .deps/SquirrelObject.Tpo -c SquirrelObject.cpp -o SquirrelObject.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions  -L/opt/pkg/lib -o libsqplus.la  SqPlus.lo SquirrelVM.lo SquirrelBindingsUtils.lo SquirrelObject.lo  -lpthread -ldl 
libtool: link: ar cr .libs/libsqplus.a .libs/SqPlus.o .libs/SquirrelVM.o .libs/SquirrelBindingsUtils.o .libs/SquirrelObject.o 
libtool: link: ranlib .libs/libsqplus.a
libtool: link: ( cd ".libs" && rm -f "libsqplus.la" && ln -s "../libsqplus.la" "libsqplus.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting/sqplus'
Making all in bindings
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting/bindings'
depbase=`echo scriptbindings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT scriptbindings.lo -MD -MP -MF $depbase.Tpo -c -o scriptbindings.lo scriptbindings.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT scriptbindings.lo -MD -MP -MF .deps/scriptbindings.Tpo -c scriptbindings.cpp  -fno-common -DPIC -o .libs/scriptbindings.o
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptbindings.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptbindings.cpp:24:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptbindings.cpp:24:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:821:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectFile>::func<void (ProjectFile::*)(const wxString &)>' requested here
                func(&ProjectFile::AddBuildTarget, "AddBuildTarget").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:822:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectFile>::func<void (ProjectFile::*)(const wxString &, const wxString &)>' requested here
                func(&ProjectFile::RenameBuildTarget, "RenameBuildTarget").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:824:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectFile>::func<const wxArrayString &(ProjectFile::*)() const>' requested here
                func(&ProjectFile::GetBuildTargets, "GetBuildTargets").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:825:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectFile>::func<wxString (ProjectFile::*)() const>' requested here
                func(&ProjectFile::GetBaseName, "GetBaseName").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:826:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectFile>::func<const wxString &(ProjectFile::*)()>' requested here
                func(&ProjectFile::GetObjName, "GetObjName").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:828:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectFile>::func<cbProject *(ProjectFile::*)()>' requested here
                func(&ProjectFile::GetParentProject, "GetParentProject").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:829:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectFile>::func<void (ProjectFile::*)(const wxString &, bool)>' requested here
                func(&ProjectFile::SetUseCustomBuildCommand, "SetUseCustomBuildCommand").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:831:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectFile>::func<bool (ProjectFile::*)(const wxString &)>' requested here
                func(&ProjectFile::GetUseCustomBuildCommand, "GetUseCustomBuildCommand").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:832:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectFile>::func<wxString (ProjectFile::*)(const wxString &)>' requested here
                func(&ProjectFile::GetCustomBuildCommand, "GetCustomBuildCommand").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:843:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<void (CompileOptionsBase::*)(int)>' requested here
                func(&CompileOptionsBase::AddPlatform, "AddPlatform").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:846:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<int (CompileOptionsBase::*)() const>' requested here
                func(&CompileOptionsBase::GetPlatforms, "GetPlatforms").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:847:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<bool (CompileOptionsBase::*)() const>' requested here
                func(&CompileOptionsBase::SupportsCurrentPlatform, "SupportsCurrentPlatform").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:848:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<void (CompileOptionsBase::*)(const wxArrayString &)>' requested here
                func(&CompileOptionsBase::SetLinkerOptions, "SetLinkerOptions").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:850:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<void (CompileOptionsBase::*)(LinkerExecutableOption)>' requested here
                func(&CompileOptionsBase::SetLinkerExecutable, "SetLinkerExecutable").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:851:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<LinkerExecutableOption (CompileOptionsBase::*)() const>' requested here
                func(&CompileOptionsBase::GetLinkerExecutable, "GetLinkerExecutable").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:859:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<const wxArrayString &(CompileOptionsBase::*)() const>' requested here
                func(&CompileOptionsBase::GetLinkerOptions, "GetLinkerOptions").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:869:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<void (CompileOptionsBase::*)(bool)>' requested here
                func(&CompileOptionsBase::SetModified, "SetModified").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:870:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<void (CompileOptionsBase::*)(const wxString &)>' requested here
                func(&CompileOptionsBase::AddLinkerOption, "AddLinkerOption").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:879:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<void (CompileOptionsBase::*)(const wxString &, const wxString &)>' requested here
                func(&CompileOptionsBase::ReplaceLinkerOption, "ReplaceLinkerOption").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:901:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<bool (CompileOptionsBase::*)(const wxString &, const wxString &, bool)>' requested here
                func(&CompileOptionsBase::SetVar, "SetVar").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:902:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<const wxString &(CompileOptionsBase::*)(const wxString &) const>' requested here
                func(&CompileOptionsBase::GetVar, "GetVar").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:903:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<bool (CompileOptionsBase::*)(const wxString &)>' requested here
                func(&CompileOptionsBase::UnsetVar, "UnsetVar").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:904:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileOptionsBase>::func<void (CompileOptionsBase::*)()>' requested here
                func(&CompileOptionsBase::UnsetAllVars, "UnsetAllVars");
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:907:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<void (CompileTargetBase::*)(TargetFilenameGenerationPolicy, TargetFilenameGenerationPolicy)>' requested here
                func(&CompileTargetBase::SetTargetFilenameGenerationPolicy, "SetTargetFilenameGenerationPolicy").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:909:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<const wxString &(CompileTargetBase::*)() const>' requested here
                func(&CompileTargetBase::GetFilename, "GetFilename").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:911:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<void (CompileTargetBase::*)(const wxString &)>' requested here
                func(&CompileTargetBase::SetTitle, "SetTitle").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:916:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<OptionsRelation (CompileTargetBase::*)(OptionsRelationType) const>' requested here
                func(&CompileTargetBase::GetOptionRelation, "GetOptionRelation").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:917:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<void (CompileTargetBase::*)(OptionsRelationType, OptionsRelation)>' requested here
                func(&CompileTargetBase::SetOptionRelation, "SetOptionRelation").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:918:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<wxString (CompileTargetBase::*)()>' requested here
                func(&CompileTargetBase::GetWorkingDir, "GetWorkingDir").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:919:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<wxString (CompileTargetBase::*)() const>' requested here
                func(&CompileTargetBase::GetObjectOutput, "GetObjectOutput").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:928:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<void (CompileTargetBase::*)(TargetType)>' requested here
                func(&CompileTargetBase::SetTargetType, "SetTargetType").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:929:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<TargetType (CompileTargetBase::*)() const>' requested here
                func(&CompileTargetBase::GetTargetType, "GetTargetType").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:936:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<wxString (CompileTargetBase::*)(MakeCommand) const>' requested here
                func(&CompileTargetBase::GetMakeCommandFor, "GetMakeCommandFor").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:937:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<void (CompileTargetBase::*)(MakeCommand, const wxString &)>' requested here
                func(&CompileTargetBase::SetMakeCommandFor, "SetMakeCommandFor").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:938:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<CompileTargetBase>::func<bool (CompileTargetBase::*)() const>' requested here
                func(&CompileTargetBase::MakeCommandsModified, "MakeCommandsModified");
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:941:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectBuildTarget>::func<const cbProject *(ProjectBuildTarget::*)() const>' requested here
                func<const cbProject* (ProjectBuildTarget::*)() const>(&ProjectBuildTarget::GetParentProject, "GetParentProject").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:942:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectBuildTarget>::func<wxString (ProjectBuildTarget::*)() const>' requested here
                func(&ProjectBuildTarget::GetFullTitle, "GetFullTitle").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:943:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectBuildTarget>::func<const wxString &(ProjectBuildTarget::*)() const>' requested here
                func(&ProjectBuildTarget::GetExternalDeps, "GetExternalDeps").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:944:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectBuildTarget>::func<void (ProjectBuildTarget::*)(const wxString &)>' requested here
                func(&ProjectBuildTarget::SetExternalDeps, "SetExternalDeps").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:947:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectBuildTarget>::func<bool (ProjectBuildTarget::*)() const>' requested here
                func(&ProjectBuildTarget::GetIncludeInTargetAll, "GetIncludeInTargetAll").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:948:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectBuildTarget>::func<void (ProjectBuildTarget::*)(bool)>' requested here
                func(&ProjectBuildTarget::SetIncludeInTargetAll, "SetIncludeInTargetAll").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:955:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectBuildTarget>::func<int (ProjectBuildTarget::*)()>' requested here
                func(&ProjectBuildTarget::GetFilesCount, "GetFilesCount").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:956:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectBuildTarget>::func<ProjectFile *(ProjectBuildTarget::*)(int)>' requested here
                func(&ProjectBuildTarget::GetFile, "GetFile");
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:959:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<bool (cbProject::*)() const>' requested here
                func(&cbProject::GetModified, "GetModified").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:960:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<void (cbProject::*)(bool)>' requested here
                func(&cbProject::SetModified, "SetModified").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:961:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<const wxString &(cbProject::*)() const>' requested here
                func(&cbProject::GetMakefile, "GetMakefile").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:962:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<void (cbProject::*)(const wxString &)>' requested here
                func(&cbProject::SetMakefile, "SetMakefile").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:963:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<bool (cbProject::*)()>' requested here
                func(&cbProject::IsMakefileCustom, "IsMakefileCustom").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:965:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<bool (cbProject::*)(bool)>' requested here
                func(&cbProject::CloseAllFiles, "CloseAllFiles").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:972:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<wxString (cbProject::*)() const>' requested here
                func(&cbProject::GetCommonTopLevelPath, "GetCommonTopLevelPath").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:973:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<int (cbProject::*)()>' requested here
                func(&cbProject::GetFilesCount, "GetFilesCount").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:974:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<ProjectFile *(cbProject::*)(int)>' requested here
                func(&cbProject::GetFile, "GetFile").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:975:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<ProjectFile *(cbProject::*)(const wxString &, bool, bool)>' requested here
                func(&cbProject::GetFileByFilename, "GetFileByFilename").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:978:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<int (cbProject::*)() const>' requested here
                func(&cbProject::GetBuildTargetsCount, "GetBuildTargetsCount").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:980:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<ProjectBuildTarget *(cbProject::*)(const wxString &)>' requested here
                func(&cbProject::AddBuildTarget, "AddBuildTarget").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:985:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<bool (cbProject::*)(const wxString &, bool) const>' requested here
                func(&cbProject::BuildTargetValid, "BuildTargetValid").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:986:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<wxString (cbProject::*)(bool) const>' requested here
                func(&cbProject::GetFirstValidBuildTargetName, "GetFirstValidBuildTargetName").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:989:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<bool (cbProject::*)(const wxString &)>' requested here
                func(&cbProject::SetActiveBuildTarget, "SetActiveBuildTarget").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:991:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<int (cbProject::*)(int, bool)>' requested here
                func(&cbProject::SelectTarget, "SelectTarget").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:992:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<const ProjectBuildTarget *(cbProject::*)() const>' requested here
                func<const ProjectBuildTarget* (cbProject::*)() const>(&cbProject::GetCurrentlyCompilingTarget, "GetCurrentlyCompilingTarget").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:993:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<void (cbProject::*)(ProjectBuildTarget *)>' requested here
                func(&cbProject::SetCurrentlyCompilingTarget, "SetCurrentlyCompilingTarget").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:994:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<PCHMode (cbProject::*)() const>' requested here
                func(&cbProject::GetModeForPCH, "GetModeForPCH").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:995:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<void (cbProject::*)(PCHMode)>' requested here
                func(&cbProject::SetModeForPCH, "SetModeForPCH").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1004:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<void (cbProject::*)(bool, bool)>' requested here
                func(&cbProject::ShowNotes, "ShowNotes").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1013:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<bool (cbProject::*)(const wxString &, const wxArrayString &)>' requested here
                func(&cbProject::DefineVirtualBuildTarget, "DefineVirtualBuildTarget").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1014:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<bool (cbProject::*)(const wxString &) const>' requested here
                func(&cbProject::HasVirtualBuildTarget, "HasVirtualBuildTarget").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1016:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<wxArrayString (cbProject::*)() const>' requested here
                func(&cbProject::GetVirtualBuildTargets, "GetVirtualBuildTargets").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1017:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<const wxArrayString &(cbProject::*)(const wxString &) const>' requested here
                func(&cbProject::GetVirtualBuildTargetGroup, "GetVirtualBuildTargetGroup").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1018:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<wxArrayString (cbProject::*)(const wxString &) const>' requested here
                func(&cbProject::GetExpandedVirtualBuildTargetGroup, "GetExpandedVirtualBuildTargetGroup").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1019:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbProject>::func<bool (cbProject::*)(const wxString &, const wxString &)>' requested here
                func(&cbProject::CanAddToVirtualBuildTarget, "CanAddToVirtualBuildTarget").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1024:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<wxString (ProjectManager::*)()>' requested here
                func(&ProjectManager::GetDefaultPath, "GetDefaultPath").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1025:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<void (ProjectManager::*)(const wxString &)>' requested here
                func(&ProjectManager::SetDefaultPath, "SetDefaultPath").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1026:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<cbProject *(ProjectManager::*)()>' requested here
                func(&ProjectManager::GetActiveProject, "GetActiveProject").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1029:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<void (ProjectManager::*)(cbProject *, bool)>' requested here
                func(&ProjectManager::SetProject, "SetProject").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1030:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<bool (ProjectManager::*)(const wxString &)>' requested here
                func(&ProjectManager::LoadWorkspace, "LoadWorkspace").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1031:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<bool (ProjectManager::*)()>' requested here
                func(&ProjectManager::SaveWorkspace, "SaveWorkspace").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1034:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<cbProject *(ProjectManager::*)(const wxString &)>' requested here
                func(&ProjectManager::IsOpen, "IsOpen").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1035:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<cbProject *(ProjectManager::*)(const wxString &, bool)>' requested here
                func(&ProjectManager::LoadProject, "LoadProject").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1036:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<bool (ProjectManager::*)(cbProject *)>' requested here
                func(&ProjectManager::SaveProject, "SaveProject").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1041:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<bool (ProjectManager::*)(cbProject *, bool, bool)>' requested here
                func(&ProjectManager::CloseProject, "CloseProject").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1042:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<bool (ProjectManager::*)(bool)>' requested here
                func(&ProjectManager::CloseActiveProject, "CloseActiveProject").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1047:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<bool (ProjectManager::*)(cbProject *, cbProject *)>' requested here
                func(&ProjectManager::AddProjectDependency, "AddProjectDependency").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1048:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<void (ProjectManager::*)(cbProject *, cbProject *)>' requested here
                func(&ProjectManager::RemoveProjectDependency, "RemoveProjectDependency").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1049:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<void (ProjectManager::*)(cbProject *)>' requested here
                func(&ProjectManager::ClearProjectDependencies, "ClearProjectDependencies").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1051:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProjectManager>::func<const ProjectsArray *(ProjectManager::*)(cbProject *)>' requested here
                func(&ProjectManager::GetDependenciesForProject, "GetDependenciesForProject").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1056:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorBase>::func<const wxString &(EditorBase::*)() const>' requested here
                func(&EditorBase::GetFilename, "GetFilename").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1057:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorBase>::func<void (EditorBase::*)(const wxString &)>' requested here
                func(&EditorBase::SetFilename, "SetFilename").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1059:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorBase>::func<bool (EditorBase::*)() const>' requested here
                func(&EditorBase::GetModified, "GetModified").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1060:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorBase>::func<void (EditorBase::*)(bool)>' requested here
                func(&EditorBase::SetModified, "SetModified").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1061:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorBase>::func<const wxString &(EditorBase::*)()>' requested here
                func(&EditorBase::GetTitle, "GetTitle").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1063:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorBase>::func<void (EditorBase::*)()>' requested here
                func(&EditorBase::Activate, "Activate").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1064:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorBase>::func<bool (EditorBase::*)()>' requested here
                func(&EditorBase::Close, "Close").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1068:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorBase>::func<void (EditorBase::*)(int, bool)>' requested here
                func(&EditorBase::GotoLine, "GotoLine").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1081:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<void (cbEditor::*)(const wxString &)>' requested here
                func(&cbEditor::SetEditorTitle, "SetEditorTitle").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1082:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<ProjectFile *(cbEditor::*)() const>' requested here
                func(&cbEditor::GetProjectFile, "GetProjectFile").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1083:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<bool (cbEditor::*)()>' requested here
                func(&cbEditor::Save, "Save").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1085:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<void (cbEditor::*)()>' requested here
                func(&cbEditor::FoldAll, "FoldAll").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1088:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<void (cbEditor::*)(int)>' requested here
                func(&cbEditor::FoldBlockFromLine, "FoldBlockFromLine").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1091:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<int (cbEditor::*)(int) const>' requested here
                func(&cbEditor::GetLineIndentInSpaces, "GetLineIndentInSpaces").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1092:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<wxString (cbEditor::*)(int) const>' requested here
                func(&cbEditor::GetLineIndentString, "GetLineIndentString").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1094:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<bool (cbEditor::*)(bool)>' requested here
                func(&cbEditor::Reload, "Reload").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1095:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<void (cbEditor::*)(bool, PrintColourMode, bool)>' requested here
                func(&cbEditor::Print, "Print").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1097:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<bool (cbEditor::*)(int, bool)>' requested here
                func(&cbEditor::AddBreakpoint, "AddBreakpoint").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1100:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<bool (cbEditor::*)(int) const>' requested here
                func(&cbEditor::HasBookmark, "HasBookmark").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1104:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<cbEditor>::func<void (cbEditor::*)(int, bool)>' requested here
                func(&cbEditor::ToggleBreakpoint, "ToggleBreakpoint").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1115:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorManager>::func<cbEditor *(EditorManager::*)(const wxString &)>' requested here
                func(&EditorManager::New, "New").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1119:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorManager>::func<cbEditor *(EditorManager::*)()>' requested here
                func(&EditorManager::GetBuiltinActiveEditor, "GetBuiltinActiveEditor").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1120:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorManager>::func<EditorBase *(EditorManager::*)()>' requested here
                func(&EditorManager::GetActiveEditor, "GetActiveEditor").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1121:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorManager>::func<void (EditorManager::*)()>' requested here
                func(&EditorManager::ActivateNext, "ActivateNext").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1123:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorManager>::func<bool (EditorManager::*)()>' requested here
                func(&EditorManager::SwapActiveHeaderSource, "SwapActiveHeaderSource").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1124:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorManager>::func<bool (EditorManager::*)(bool)>' requested here
                func(&EditorManager::CloseActive, "CloseActive").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1129:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditorManager>::func<bool (EditorManager::*)(int)>' requested here
                func(&EditorManager::SaveAs, "SaveAs").
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1135:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<UserVariableManager>::func<bool (UserVariableManager::*)(const wxString &) const>' requested here
                func(&UserVariableManager::Exists, "Exists");
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1138:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ScriptingManager>::func<bool (ScriptingManager::*)(const wxString &, const wxString &, bool)>' requested here
                func(&ScriptingManager::RegisterScriptMenu, "RegisterScriptMenu");
                ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1163:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<FileTreeData>::func<FileTreeData::FileTreeDataKind (FileTreeData::*)() const>' requested here
            func(&FileTreeData::GetKind, "GetKind").
            ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1164:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<FileTreeData>::func<cbProject *(FileTreeData::*)() const>' requested here
            func(&FileTreeData::GetProject, "GetProject").
            ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1165:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<FileTreeData>::func<int (FileTreeData::*)() const>' requested here
            func(&FileTreeData::GetFileIndex, "GetFileIndex").
            ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1166:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<FileTreeData>::func<ProjectFile *(FileTreeData::*)() const>' requested here
            func(&FileTreeData::GetProjectFile, "GetProjectFile").
            ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1167:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<FileTreeData>::func<const wxString &(FileTreeData::*)() const>' requested here
            func(&FileTreeData::GetFolder, "GetFolder").
            ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1168:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<FileTreeData>::func<void (FileTreeData::*)(FileTreeData::FileTreeDataKind)>' requested here
            func(&FileTreeData::SetKind, "SetKind").
            ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1169:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<FileTreeData>::func<void (FileTreeData::*)(cbProject *)>' requested here
            func(&FileTreeData::SetProject, "SetProject").
            ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1170:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<FileTreeData>::func<void (FileTreeData::*)(int)>' requested here
            func(&FileTreeData::SetFileIndex, "SetFileIndex").
            ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1171:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<FileTreeData>::func<void (FileTreeData::*)(ProjectFile *)>' requested here
            func(&FileTreeData::SetProjectFile, "SetProjectFile").
            ^
In file included from scriptbindings.cpp:28:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
scriptbindings.cpp:1172:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<FileTreeData>::func<void (FileTreeData::*)(const wxString &)>' requested here
            func(&FileTreeData::SetFolder, "SetFolder");
            ^
161 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT scriptbindings.lo -MD -MP -MF .deps/scriptbindings.Tpo -c scriptbindings.cpp -o scriptbindings.o >/dev/null 2>&1
depbase=`echo sc_consts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sc_consts.lo -MD -MP -MF $depbase.Tpo -c -o sc_consts.lo sc_consts.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_consts.lo -MD -MP -MF .deps/sc_consts.Tpo -c sc_consts.cpp  -fno-common -DPIC -o .libs/sc_consts.o
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_consts.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_consts.lo -MD -MP -MF .deps/sc_consts.Tpo -c sc_consts.cpp -o sc_consts.o >/dev/null 2>&1
depbase=`echo sc_dialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sc_dialog.lo -MD -MP -MF $depbase.Tpo -c -o sc_dialog.lo sc_dialog.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_dialog.lo -MD -MP -MF .deps/sc_dialog.Tpo -c sc_dialog.cpp  -fno-common -DPIC -o .libs/sc_dialog.o
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_dialog.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
sc_dialog.cpp:30:13: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
            DECLARE_EVENT_TABLE()
            ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
sc_dialog.cpp:30:13: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
            DECLARE_EVENT_TABLE()
            ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_dialog.lo -MD -MP -MF .deps/sc_dialog.Tpo -c sc_dialog.cpp -o sc_dialog.o >/dev/null 2>&1
depbase=`echo sc_globals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sc_globals.lo -MD -MP -MF $depbase.Tpo -c -o sc_globals.lo sc_globals.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_globals.lo -MD -MP -MF .deps/sc_globals.Tpo -c sc_globals.cpp  -fno-common -DPIC -o .libs/sc_globals.o
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_globals.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_globals.lo -MD -MP -MF .deps/sc_globals.Tpo -c sc_globals.cpp -o sc_globals.o >/dev/null 2>&1
depbase=`echo sc_io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sc_io.lo -MD -MP -MF $depbase.Tpo -c -o sc_io.lo sc_io.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_io.lo -MD -MP -MF .deps/sc_io.Tpo -c sc_io.cpp  -fno-common -DPIC -o .libs/sc_io.o
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_io.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_io.cpp:14:
../../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_io.cpp:14:
../../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_io.lo -MD -MP -MF .deps/sc_io.Tpo -c sc_io.cpp -o sc_io.o >/dev/null 2>&1
depbase=`echo sc_plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sc_plugin.lo -MD -MP -MF $depbase.Tpo -c -o sc_plugin.lo sc_plugin.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_plugin.lo -MD -MP -MF .deps/sc_plugin.Tpo -c sc_plugin.cpp  -fno-common -DPIC -o .libs/sc_plugin.o
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_plugin.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_plugin.lo -MD -MP -MF .deps/sc_plugin.Tpo -c sc_plugin.cpp -o sc_plugin.o >/dev/null 2>&1
depbase=`echo sc_progress.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sc_progress.lo -MD -MP -MF $depbase.Tpo -c -o sc_progress.lo sc_progress.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_progress.lo -MD -MP -MF .deps/sc_progress.Tpo -c sc_progress.cpp  -fno-common -DPIC -o .libs/sc_progress.o
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_progress.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_progress.cpp:20:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_progress.cpp:56:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<ProgressDialog>::func<bool (ProgressDialog::*)(int, const wxString &)>' requested here
                func(&ProgressDialog::DoUpdate, "DoUpdate");
                ^
36 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_progress.lo -MD -MP -MF .deps/sc_progress.Tpo -c sc_progress.cpp -o sc_progress.o >/dev/null 2>&1
depbase=`echo sc_util_dialogs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sc_util_dialogs.lo -MD -MP -MF $depbase.Tpo -c -o sc_util_dialogs.lo sc_util_dialogs.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_util_dialogs.lo -MD -MP -MF .deps/sc_util_dialogs.Tpo -c sc_util_dialogs.cpp  -fno-common -DPIC -o .libs/sc_util_dialogs.o
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:20:
../../../../src/include/editarrayfiledlg.h:29:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:20:
../../../../src/include/editarrayfiledlg.h:29:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:21:
../../../../src/include/editarrayorderdlg.h:33:6: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:21:
../../../../src/include/editarrayorderdlg.h:33:6: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:22:
../../../../src/include/editarraystringdlg.h:27:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:22:
../../../../src/include/editarraystringdlg.h:27:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:23:
../../../../src/include/editpairdlg.h:34:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:23:
../../../../src/include/editpairdlg.h:34:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:24:
../../../../src/include/editpathdlg.h:46:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:24:
../../../../src/include/editpathdlg.h:46:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:25:
../../../../src/include/genericmultilinenotesdlg.h:26:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_util_dialogs.cpp:25:
../../../../src/include/genericmultilinenotesdlg.h:26:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_util_dialogs.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_util_dialogs.cpp:286:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditArrayOrderDlg>::func<void (EditArrayOrderDlg::*)(const wxArrayString &)>' requested here
                func(&EditArrayOrderDlg::SetArray, "SetArray").
                ^
In file included from sc_util_dialogs.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_util_dialogs.cpp:287:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditArrayOrderDlg>::func<const wxArrayString &(EditArrayOrderDlg::*)()>' requested here
                func(&EditArrayOrderDlg::GetArray, "GetArray");
                ^
In file included from sc_util_dialogs.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_util_dialogs.cpp:300:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<EditPathDlg>::func<const wxString &(EditPathDlg::*)()>' requested here
                func(&EditPathDlg::GetPath, "GetPath");
                ^
In file included from sc_util_dialogs.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_util_dialogs.cpp:305:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<GenericMultiLineNotesDlg>::func<const wxString &(GenericMultiLineNotesDlg::*)()>' requested here
                func(&GenericMultiLineNotesDlg::GetNotes, "GetNotes");
                ^
51 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_util_dialogs.lo -MD -MP -MF .deps/sc_util_dialogs.Tpo -c sc_util_dialogs.cpp -o sc_util_dialogs.o >/dev/null 2>&1
depbase=`echo sc_wxtypes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sc_wxtypes.lo -MD -MP -MF $depbase.Tpo -c -o sc_wxtypes.lo sc_wxtypes.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_wxtypes.lo -MD -MP -MF .deps/sc_wxtypes.Tpo -c sc_wxtypes.cpp  -fno-common -DPIC -o .libs/sc_wxtypes.o
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sc_wxtypes.cpp:10:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:292:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxArrayString>::func<unsigned long (wxArrayString::*)(const wxString &, unsigned long)>' requested here
                func(&wxArrayString::Add, "Add").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:295:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxArrayString>::func<unsigned long (wxArrayString::*)() const>' requested here
                func<wxArrayStrinGetCount>(&wxArrayString::GetCount, "GetCount").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:296:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxArrayString>::func<const wxString &(wxArrayString::*)(unsigned long) const>' requested here
                func<wxArrayStringItem>(&wxArrayString::Item, "Item").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:307:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxColour>::func<unsigned char (wxColour::*)() const>' requested here
                func(&wxColour::Blue, "Blue").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:310:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxColour>::func<bool (wxColour::*)() const>' requested here
                func<WXC_ISOK>(&wxColour::IsOk, "IsOk").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:311:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxColour>::func<void (wxColour::*)(unsigned char, unsigned char, unsigned char, unsigned char)>' requested here
                func<WXC_SET>(&wxColour::Set, "Set");
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:329:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<void (wxFileName::*)(const wxFileName &)>' requested here
                func<WXFN_ASSIGN_FN>(&wxFileName::Assign, "Assign").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:330:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<void (wxFileName::*)(const wxString &, wxPathFormat)>' requested here
                func<WXFN_ASSIGN_STR>(&wxFileName::Assign, "Assign").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:331:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<void (wxFileName::*)(const wxString &)>' requested here
                func(&wxFileName::AssignCwd, "AssignCwd").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:333:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<void (wxFileName::*)()>' requested here
                func(&wxFileName::AssignHomeDir, "AssignHomeDir").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:337:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<unsigned long (wxFileName::*)() const>' requested here
                func(&wxFileName::GetDirCount, "GetDirCount").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:338:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<const wxArrayString &(wxFileName::*)() const>' requested here
                func(&wxFileName::GetDirs, "GetDirs").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:339:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<wxString (wxFileName::*)() const>' requested here
                func(&wxFileName::GetExt, "GetExt").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:341:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<wxString (wxFileName::*)(wxPathFormat) const>' requested here
                func(&wxFileName::GetFullPath, "GetFullPath").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:344:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<wxString (wxFileName::*)(int, wxPathFormat) const>' requested here
                func<WXFN_GETPATH>(&wxFileName::GetPath, "GetPath").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:347:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<bool (wxFileName::*)() const>' requested here
                func(&wxFileName::HasExt, "HasExt").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:350:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<bool (wxFileName::*)(unsigned long, const wxString &)>' requested here
                func(&wxFileName::InsertDir, "InsertDir").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:351:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<bool (wxFileName::*)(wxPathFormat) const>' requested here
                func(&wxFileName::IsAbsolute, "IsAbsolute").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:355:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<bool (wxFileName::*)(const wxString &, wxPathFormat)>' requested here
                func(&wxFileName::MakeAbsolute, "MakeAbsolute").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:357:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<bool (wxFileName::*)(int, const wxString &, wxPathFormat)>' requested here
                func(&wxFileName::Normalize, "Normalize").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:359:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<void (wxFileName::*)(unsigned long)>' requested here
                func(&wxFileName::RemoveDir, "RemoveDir").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:361:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxFileName>::func<bool (wxFileName::*)(const wxFileName &, wxPathFormat) const>' requested here
                func(&wxFileName::SameAs, "SameAs").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:387:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxSize>::func<int (wxSize::*)() const>' requested here
                func(&wxSize::GetWidth, "GetWidth").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:389:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxSize>::func<void (wxSize::*)(int, int)>' requested here
                func<WXS_SET>(&wxSize::Set, "Set").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:390:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxSize>::func<void (wxSize::*)(int)>' requested here
                func<WXS_SETH>(&wxSize::SetHeight, "SetHeight").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:407:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxString>::func<int (wxString::*)(const wxString &) const>' requested here
                func<WXSTR_FIRST_STR>(&wxString::First, "Find").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:411:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxString>::func<bool (wxString::*)() const>' requested here
                func(&wxString::IsEmpty, "IsEmpty").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:412:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxString>::func<unsigned long (wxString::*)() const>' requested here
                func(&wxString::Length, "Length").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:416:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxString>::func<wxString (wxString::*)() const>' requested here
                func(&wxString::Lower, "Lower").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:417:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxString>::func<void (wxString::*)()>' requested here
                func(&wxString::LowerCase, "LowerCase").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:418:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxString>::func<wxString &(wxString::*)()>' requested here
                func(&wxString::MakeLower, "MakeLower").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:422:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxString>::func<wxString (wxString::*)(unsigned long, unsigned long) const>' requested here
                func(&wxString::Mid, "Mid").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:423:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxString>::func<wxString &(wxString::*)(unsigned long, unsigned long)>' requested here
                func<WXSTR_REMOVE_2>(&wxString::Remove, "Remove").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:424:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxString>::func<wxString &(wxString::*)(unsigned long)>' requested here
                func(&wxString::RemoveLast, "RemoveLast").
                ^
In file included from sc_wxtypes.cpp:18:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
sc_wxtypes.cpp:426:17: note: in instantiation of function template specialization 'SqPlus::SQClassDef<wxString>::func<wxString (wxString::*)(unsigned long) const>' requested here
                func(&wxString::Right, "Right").
                ^
70 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sc_wxtypes.lo -MD -MP -MF .deps/sc_wxtypes.Tpo -c sc_wxtypes.cpp -o sc_wxtypes.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions  -L/opt/pkg/lib -o libsqbindings.la  scriptbindings.lo sc_consts.lo sc_dialog.lo sc_globals.lo sc_io.lo sc_plugin.lo sc_progress.lo sc_util_dialogs.lo sc_wxtypes.lo  -lpthread -ldl 
libtool: link: ar cr .libs/libsqbindings.a .libs/scriptbindings.o .libs/sc_consts.o .libs/sc_dialog.o .libs/sc_globals.o .libs/sc_io.o .libs/sc_plugin.o .libs/sc_progress.o .libs/sc_util_dialogs.o .libs/sc_wxtypes.o 
libtool: link: ranlib .libs/libsqbindings.a
libtool: link: ( cd ".libs" && rm -f "libsqbindings.la" && ln -s "../libsqbindings.la" "libsqbindings.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting/bindings'
Making all in squirrel
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting/squirrel'
depbase=`echo sqfuncstate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqfuncstate.lo -MD -MP -MF $depbase.Tpo -c -o sqfuncstate.lo sqfuncstate.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqfuncstate.lo -MD -MP -MF .deps/sqfuncstate.Tpo -c sqfuncstate.cpp  -fno-common -DPIC -o .libs/sqfuncstate.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqfuncstate.lo -MD -MP -MF .deps/sqfuncstate.Tpo -c sqfuncstate.cpp -o sqfuncstate.o >/dev/null 2>&1
depbase=`echo sqcompiler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqcompiler.lo -MD -MP -MF $depbase.Tpo -c -o sqcompiler.lo sqcompiler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqcompiler.lo -MD -MP -MF .deps/sqcompiler.Tpo -c sqcompiler.cpp  -fno-common -DPIC -o .libs/sqcompiler.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqcompiler.lo -MD -MP -MF .deps/sqcompiler.Tpo -c sqcompiler.cpp -o sqcompiler.o >/dev/null 2>&1
depbase=`echo sqmem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqmem.lo -MD -MP -MF $depbase.Tpo -c -o sqmem.lo sqmem.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqmem.lo -MD -MP -MF .deps/sqmem.Tpo -c sqmem.cpp  -fno-common -DPIC -o .libs/sqmem.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqmem.lo -MD -MP -MF .deps/sqmem.Tpo -c sqmem.cpp -o sqmem.o >/dev/null 2>&1
depbase=`echo sqlexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqlexer.lo -MD -MP -MF $depbase.Tpo -c -o sqlexer.lo sqlexer.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqlexer.lo -MD -MP -MF .deps/sqlexer.Tpo -c sqlexer.cpp  -fno-common -DPIC -o .libs/sqlexer.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqlexer.lo -MD -MP -MF .deps/sqlexer.Tpo -c sqlexer.cpp -o sqlexer.o >/dev/null 2>&1
depbase=`echo sqstate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqstate.lo -MD -MP -MF $depbase.Tpo -c -o sqstate.lo sqstate.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstate.lo -MD -MP -MF .deps/sqstate.Tpo -c sqstate.cpp  -fno-common -DPIC -o .libs/sqstate.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstate.lo -MD -MP -MF .deps/sqstate.Tpo -c sqstate.cpp -o sqstate.o >/dev/null 2>&1
depbase=`echo sqvm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqvm.lo -MD -MP -MF $depbase.Tpo -c -o sqvm.lo sqvm.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqvm.lo -MD -MP -MF .deps/sqvm.Tpo -c sqvm.cpp  -fno-common -DPIC -o .libs/sqvm.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqvm.lo -MD -MP -MF .deps/sqvm.Tpo -c sqvm.cpp -o sqvm.o >/dev/null 2>&1
depbase=`echo sqtable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqtable.lo -MD -MP -MF $depbase.Tpo -c -o sqtable.lo sqtable.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqtable.lo -MD -MP -MF .deps/sqtable.Tpo -c sqtable.cpp  -fno-common -DPIC -o .libs/sqtable.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqtable.lo -MD -MP -MF .deps/sqtable.Tpo -c sqtable.cpp -o sqtable.o >/dev/null 2>&1
depbase=`echo sqbaselib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqbaselib.lo -MD -MP -MF $depbase.Tpo -c -o sqbaselib.lo sqbaselib.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqbaselib.lo -MD -MP -MF .deps/sqbaselib.Tpo -c sqbaselib.cpp  -fno-common -DPIC -o .libs/sqbaselib.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqbaselib.lo -MD -MP -MF .deps/sqbaselib.Tpo -c sqbaselib.cpp -o sqbaselib.o >/dev/null 2>&1
depbase=`echo sqclass.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqclass.lo -MD -MP -MF $depbase.Tpo -c -o sqclass.lo sqclass.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqclass.lo -MD -MP -MF .deps/sqclass.Tpo -c sqclass.cpp  -fno-common -DPIC -o .libs/sqclass.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqclass.lo -MD -MP -MF .deps/sqclass.Tpo -c sqclass.cpp -o sqclass.o >/dev/null 2>&1
depbase=`echo sqobject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqobject.lo -MD -MP -MF $depbase.Tpo -c -o sqobject.lo sqobject.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqobject.lo -MD -MP -MF .deps/sqobject.Tpo -c sqobject.cpp  -fno-common -DPIC -o .libs/sqobject.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqobject.lo -MD -MP -MF .deps/sqobject.Tpo -c sqobject.cpp -o sqobject.o >/dev/null 2>&1
depbase=`echo sqapi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqapi.lo -MD -MP -MF $depbase.Tpo -c -o sqapi.lo sqapi.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqapi.lo -MD -MP -MF .deps/sqapi.Tpo -c sqapi.cpp  -fno-common -DPIC -o .libs/sqapi.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqapi.lo -MD -MP -MF .deps/sqapi.Tpo -c sqapi.cpp -o sqapi.o >/dev/null 2>&1
depbase=`echo sqdebug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqdebug.lo -MD -MP -MF $depbase.Tpo -c -o sqdebug.lo sqdebug.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqdebug.lo -MD -MP -MF .deps/sqdebug.Tpo -c sqdebug.cpp  -fno-common -DPIC -o .libs/sqdebug.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/squirrel -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqdebug.lo -MD -MP -MF .deps/sqdebug.Tpo -c sqdebug.cpp -o sqdebug.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions  -L/opt/pkg/lib -o libsquirrel.la  sqfuncstate.lo sqcompiler.lo sqmem.lo sqlexer.lo sqstate.lo sqvm.lo sqtable.lo sqbaselib.lo sqclass.lo sqobject.lo sqapi.lo sqdebug.lo  -lpthread -ldl 
libtool: link: ar cr .libs/libsquirrel.a .libs/sqfuncstate.o .libs/sqcompiler.o .libs/sqmem.o .libs/sqlexer.o .libs/sqstate.o .libs/sqvm.o .libs/sqtable.o .libs/sqbaselib.o .libs/sqclass.o .libs/sqobject.o .libs/sqapi.o .libs/sqdebug.o 
libtool: link: ranlib .libs/libsquirrel.a
libtool: link: ( cd ".libs" && rm -f "libsquirrel.la" && ln -s "../libsquirrel.la" "libsquirrel.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting/squirrel'
Making all in sqstdlib
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting/sqstdlib'
depbase=`echo sqstdsystem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqstdsystem.lo -MD -MP -MF $depbase.Tpo -c -o sqstdsystem.lo sqstdsystem.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdsystem.lo -MD -MP -MF .deps/sqstdsystem.Tpo -c sqstdsystem.cpp  -fno-common -DPIC -o .libs/sqstdsystem.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdsystem.lo -MD -MP -MF .deps/sqstdsystem.Tpo -c sqstdsystem.cpp -o sqstdsystem.o >/dev/null 2>&1
depbase=`echo sqstdmath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqstdmath.lo -MD -MP -MF $depbase.Tpo -c -o sqstdmath.lo sqstdmath.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdmath.lo -MD -MP -MF .deps/sqstdmath.Tpo -c sqstdmath.cpp  -fno-common -DPIC -o .libs/sqstdmath.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdmath.lo -MD -MP -MF .deps/sqstdmath.Tpo -c sqstdmath.cpp -o sqstdmath.o >/dev/null 2>&1
depbase=`echo sqstdstream.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqstdstream.lo -MD -MP -MF $depbase.Tpo -c -o sqstdstream.lo sqstdstream.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdstream.lo -MD -MP -MF .deps/sqstdstream.Tpo -c sqstdstream.cpp  -fno-common -DPIC -o .libs/sqstdstream.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdstream.lo -MD -MP -MF .deps/sqstdstream.Tpo -c sqstdstream.cpp -o sqstdstream.o >/dev/null 2>&1
depbase=`echo sqstdaux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqstdaux.lo -MD -MP -MF $depbase.Tpo -c -o sqstdaux.lo sqstdaux.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdaux.lo -MD -MP -MF .deps/sqstdaux.Tpo -c sqstdaux.cpp  -fno-common -DPIC -o .libs/sqstdaux.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdaux.lo -MD -MP -MF .deps/sqstdaux.Tpo -c sqstdaux.cpp -o sqstdaux.o >/dev/null 2>&1
depbase=`echo sqstdrex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqstdrex.lo -MD -MP -MF $depbase.Tpo -c -o sqstdrex.lo sqstdrex.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdrex.lo -MD -MP -MF .deps/sqstdrex.Tpo -c sqstdrex.cpp  -fno-common -DPIC -o .libs/sqstdrex.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdrex.lo -MD -MP -MF .deps/sqstdrex.Tpo -c sqstdrex.cpp -o sqstdrex.o >/dev/null 2>&1
depbase=`echo sqstdstring.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqstdstring.lo -MD -MP -MF $depbase.Tpo -c -o sqstdstring.lo sqstdstring.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdstring.lo -MD -MP -MF .deps/sqstdstring.Tpo -c sqstdstring.cpp  -fno-common -DPIC -o .libs/sqstdstring.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdstring.lo -MD -MP -MF .deps/sqstdstring.Tpo -c sqstdstring.cpp -o sqstdstring.o >/dev/null 2>&1
depbase=`echo sqstdio.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqstdio.lo -MD -MP -MF $depbase.Tpo -c -o sqstdio.lo sqstdio.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdio.lo -MD -MP -MF .deps/sqstdio.Tpo -c sqstdio.cpp  -fno-common -DPIC -o .libs/sqstdio.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdio.lo -MD -MP -MF .deps/sqstdio.Tpo -c sqstdio.cpp -o sqstdio.o >/dev/null 2>&1
depbase=`echo sqstdblob.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sqstdblob.lo -MD -MP -MF $depbase.Tpo -c -o sqstdblob.lo sqstdblob.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdblob.lo -MD -MP -MF .deps/sqstdblob.Tpo -c sqstdblob.cpp  -fno-common -DPIC -o .libs/sqstdblob.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqstdlib -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sqstdblob.lo -MD -MP -MF .deps/sqstdblob.Tpo -c sqstdblob.cpp -o sqstdblob.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions  -L/opt/pkg/lib -o libsqstdlib.la  sqstdsystem.lo sqstdmath.lo sqstdstream.lo sqstdaux.lo sqstdrex.lo sqstdstring.lo sqstdio.lo sqstdblob.lo  -lpthread -ldl 
libtool: link: ar cr .libs/libsqstdlib.a .libs/sqstdsystem.o .libs/sqstdmath.o .libs/sqstdstream.o .libs/sqstdaux.o .libs/sqstdrex.o .libs/sqstdstring.o .libs/sqstdio.o .libs/sqstdblob.o 
libtool: link: ranlib .libs/libsqstdlib.a
libtool: link: ( cd ".libs" && rm -f "libsqstdlib.la" && ln -s "../libsqstdlib.la" "libsqstdlib.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting/sqstdlib'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting'
Making all in wxscintilla
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/wxscintilla'
depbase=`echo src/PlatWX.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/PlatWX.lo -MD -MP -MF $depbase.Tpo -c -o src/PlatWX.lo src/PlatWX.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/PlatWX.lo -MD -MP -MF src/.deps/PlatWX.Tpo -c src/PlatWX.cpp  -fno-common -DPIC -o src/.libs/PlatWX.o
In file included from src/PlatWX.cpp:77:
./include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from src/PlatWX.cpp:77:
./include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from src/PlatWX.cpp:77:
./include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
src/PlatWX.cpp:2233:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
src/PlatWX.cpp:2233:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
5 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/PlatWX.lo -MD -MP -MF src/.deps/PlatWX.Tpo -c src/PlatWX.cpp -o src/PlatWX.o >/dev/null 2>&1
depbase=`echo src/ScintillaWX.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/ScintillaWX.lo -MD -MP -MF $depbase.Tpo -c -o src/ScintillaWX.lo src/ScintillaWX.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/ScintillaWX.lo -MD -MP -MF src/.deps/ScintillaWX.Tpo -c src/ScintillaWX.cpp  -fno-common -DPIC -o src/.libs/ScintillaWX.o
In file included from src/ScintillaWX.cpp:41:
./include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from src/ScintillaWX.cpp:41:
./include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from src/ScintillaWX.cpp:41:
./include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
src/ScintillaWX.cpp:215:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
src/ScintillaWX.cpp:215:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
5 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/ScintillaWX.lo -MD -MP -MF src/.deps/ScintillaWX.Tpo -c src/ScintillaWX.cpp -o src/ScintillaWX.o >/dev/null 2>&1
depbase=`echo src/wxscintilla.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wxscintilla.lo -MD -MP -MF $depbase.Tpo -c -o src/wxscintilla.lo src/wxscintilla.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxscintilla.lo -MD -MP -MF src/.deps/wxscintilla.Tpo -c src/wxscintilla.cpp  -fno-common -DPIC -o src/.libs/wxscintilla.o
In file included from src/wxscintilla.cpp:47:
./include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from src/wxscintilla.cpp:47:
./include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from src/wxscintilla.cpp:47:
./include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
3 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxscintilla.lo -MD -MP -MF src/.deps/wxscintilla.Tpo -c src/wxscintilla.cpp -o src/wxscintilla.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexA68k.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexA68k.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexA68k.lo src/scintilla/lexers/LexA68k.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexA68k.lo -MD -MP -MF src/scintilla/lexers/.deps/LexA68k.Tpo -c src/scintilla/lexers/LexA68k.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexA68k.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexA68k.lo -MD -MP -MF src/scintilla/lexers/.deps/LexA68k.Tpo -c src/scintilla/lexers/LexA68k.cxx -o src/scintilla/lexers/LexA68k.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexAPDL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAPDL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAPDL.lo src/scintilla/lexers/LexAPDL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAPDL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAPDL.Tpo -c src/scintilla/lexers/LexAPDL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexAPDL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAPDL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAPDL.Tpo -c src/scintilla/lexers/LexAPDL.cxx -o src/scintilla/lexers/LexAPDL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexASY.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexASY.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexASY.lo src/scintilla/lexers/LexASY.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexASY.lo -MD -MP -MF src/scintilla/lexers/.deps/LexASY.Tpo -c src/scintilla/lexers/LexASY.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexASY.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexASY.lo -MD -MP -MF src/scintilla/lexers/.deps/LexASY.Tpo -c src/scintilla/lexers/LexASY.cxx -o src/scintilla/lexers/LexASY.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexAU3.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAU3.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAU3.lo src/scintilla/lexers/LexAU3.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAU3.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAU3.Tpo -c src/scintilla/lexers/LexAU3.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexAU3.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAU3.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAU3.Tpo -c src/scintilla/lexers/LexAU3.cxx -o src/scintilla/lexers/LexAU3.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexAVE.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAVE.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAVE.lo src/scintilla/lexers/LexAVE.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAVE.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAVE.Tpo -c src/scintilla/lexers/LexAVE.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexAVE.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAVE.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAVE.Tpo -c src/scintilla/lexers/LexAVE.cxx -o src/scintilla/lexers/LexAVE.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexAVS.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAVS.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAVS.lo src/scintilla/lexers/LexAVS.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAVS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAVS.Tpo -c src/scintilla/lexers/LexAVS.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexAVS.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAVS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAVS.Tpo -c src/scintilla/lexers/LexAVS.cxx -o src/scintilla/lexers/LexAVS.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexAbaqus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAbaqus.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAbaqus.lo src/scintilla/lexers/LexAbaqus.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAbaqus.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAbaqus.Tpo -c src/scintilla/lexers/LexAbaqus.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexAbaqus.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAbaqus.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAbaqus.Tpo -c src/scintilla/lexers/LexAbaqus.cxx -o src/scintilla/lexers/LexAbaqus.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexAda.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAda.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAda.lo src/scintilla/lexers/LexAda.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAda.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAda.Tpo -c src/scintilla/lexers/LexAda.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexAda.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAda.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAda.Tpo -c src/scintilla/lexers/LexAda.cxx -o src/scintilla/lexers/LexAda.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexAsm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAsm.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAsm.lo src/scintilla/lexers/LexAsm.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAsm.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAsm.Tpo -c src/scintilla/lexers/LexAsm.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexAsm.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAsm.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAsm.Tpo -c src/scintilla/lexers/LexAsm.cxx -o src/scintilla/lexers/LexAsm.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexAsn1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAsn1.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexAsn1.lo src/scintilla/lexers/LexAsn1.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAsn1.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAsn1.Tpo -c src/scintilla/lexers/LexAsn1.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexAsn1.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexAsn1.lo -MD -MP -MF src/scintilla/lexers/.deps/LexAsn1.Tpo -c src/scintilla/lexers/LexAsn1.cxx -o src/scintilla/lexers/LexAsn1.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexBaan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBaan.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBaan.lo src/scintilla/lexers/LexBaan.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBaan.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBaan.Tpo -c src/scintilla/lexers/LexBaan.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexBaan.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBaan.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBaan.Tpo -c src/scintilla/lexers/LexBaan.cxx -o src/scintilla/lexers/LexBaan.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexBash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBash.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBash.lo src/scintilla/lexers/LexBash.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBash.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBash.Tpo -c src/scintilla/lexers/LexBash.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexBash.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBash.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBash.Tpo -c src/scintilla/lexers/LexBash.cxx -o src/scintilla/lexers/LexBash.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexBasic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBasic.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBasic.lo src/scintilla/lexers/LexBasic.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBasic.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBasic.Tpo -c src/scintilla/lexers/LexBasic.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexBasic.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBasic.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBasic.Tpo -c src/scintilla/lexers/LexBasic.cxx -o src/scintilla/lexers/LexBasic.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexBatch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBatch.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBatch.lo src/scintilla/lexers/LexBatch.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBatch.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBatch.Tpo -c src/scintilla/lexers/LexBatch.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexBatch.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBatch.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBatch.Tpo -c src/scintilla/lexers/LexBatch.cxx -o src/scintilla/lexers/LexBatch.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexBibTeX.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBibTeX.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBibTeX.lo src/scintilla/lexers/LexBibTeX.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBibTeX.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBibTeX.Tpo -c src/scintilla/lexers/LexBibTeX.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexBibTeX.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBibTeX.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBibTeX.Tpo -c src/scintilla/lexers/LexBibTeX.cxx -o src/scintilla/lexers/LexBibTeX.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexBullant.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBullant.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexBullant.lo src/scintilla/lexers/LexBullant.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBullant.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBullant.Tpo -c src/scintilla/lexers/LexBullant.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexBullant.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexBullant.lo -MD -MP -MF src/scintilla/lexers/.deps/LexBullant.Tpo -c src/scintilla/lexers/LexBullant.cxx -o src/scintilla/lexers/LexBullant.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexCLW.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCLW.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCLW.lo src/scintilla/lexers/LexCLW.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCLW.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCLW.Tpo -c src/scintilla/lexers/LexCLW.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexCLW.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCLW.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCLW.Tpo -c src/scintilla/lexers/LexCLW.cxx -o src/scintilla/lexers/LexCLW.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexCOBOL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCOBOL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCOBOL.lo src/scintilla/lexers/LexCOBOL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCOBOL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCOBOL.Tpo -c src/scintilla/lexers/LexCOBOL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexCOBOL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCOBOL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCOBOL.Tpo -c src/scintilla/lexers/LexCOBOL.cxx -o src/scintilla/lexers/LexCOBOL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexCPP.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCPP.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCPP.lo src/scintilla/lexers/LexCPP.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCPP.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCPP.Tpo -c src/scintilla/lexers/LexCPP.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexCPP.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCPP.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCPP.Tpo -c src/scintilla/lexers/LexCPP.cxx -o src/scintilla/lexers/LexCPP.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexCSS.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCSS.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCSS.lo src/scintilla/lexers/LexCSS.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCSS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCSS.Tpo -c src/scintilla/lexers/LexCSS.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexCSS.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCSS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCSS.Tpo -c src/scintilla/lexers/LexCSS.cxx -o src/scintilla/lexers/LexCSS.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexCaml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCaml.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCaml.lo src/scintilla/lexers/LexCaml.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCaml.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCaml.Tpo -c src/scintilla/lexers/LexCaml.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexCaml.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCaml.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCaml.Tpo -c src/scintilla/lexers/LexCaml.cxx -o src/scintilla/lexers/LexCaml.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexCmake.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCmake.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCmake.lo src/scintilla/lexers/LexCmake.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCmake.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCmake.Tpo -c src/scintilla/lexers/LexCmake.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexCmake.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCmake.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCmake.Tpo -c src/scintilla/lexers/LexCmake.cxx -o src/scintilla/lexers/LexCmake.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexCoffeeScript.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCoffeeScript.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCoffeeScript.lo src/scintilla/lexers/LexCoffeeScript.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCoffeeScript.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCoffeeScript.Tpo -c src/scintilla/lexers/LexCoffeeScript.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexCoffeeScript.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCoffeeScript.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCoffeeScript.Tpo -c src/scintilla/lexers/LexCoffeeScript.cxx -o src/scintilla/lexers/LexCoffeeScript.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexConf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexConf.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexConf.lo src/scintilla/lexers/LexConf.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexConf.lo -MD -MP -MF src/scintilla/lexers/.deps/LexConf.Tpo -c src/scintilla/lexers/LexConf.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexConf.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexConf.lo -MD -MP -MF src/scintilla/lexers/.deps/LexConf.Tpo -c src/scintilla/lexers/LexConf.cxx -o src/scintilla/lexers/LexConf.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexCrontab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCrontab.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCrontab.lo src/scintilla/lexers/LexCrontab.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCrontab.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCrontab.Tpo -c src/scintilla/lexers/LexCrontab.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexCrontab.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCrontab.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCrontab.Tpo -c src/scintilla/lexers/LexCrontab.cxx -o src/scintilla/lexers/LexCrontab.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexCsound.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCsound.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexCsound.lo src/scintilla/lexers/LexCsound.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCsound.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCsound.Tpo -c src/scintilla/lexers/LexCsound.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexCsound.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexCsound.lo -MD -MP -MF src/scintilla/lexers/.deps/LexCsound.Tpo -c src/scintilla/lexers/LexCsound.cxx -o src/scintilla/lexers/LexCsound.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexD.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexD.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexD.lo src/scintilla/lexers/LexD.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexD.lo -MD -MP -MF src/scintilla/lexers/.deps/LexD.Tpo -c src/scintilla/lexers/LexD.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexD.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexD.lo -MD -MP -MF src/scintilla/lexers/.deps/LexD.Tpo -c src/scintilla/lexers/LexD.cxx -o src/scintilla/lexers/LexD.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexDMAP.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexDMAP.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexDMAP.lo src/scintilla/lexers/LexDMAP.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexDMAP.lo -MD -MP -MF src/scintilla/lexers/.deps/LexDMAP.Tpo -c src/scintilla/lexers/LexDMAP.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexDMAP.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexDMAP.lo -MD -MP -MF src/scintilla/lexers/.deps/LexDMAP.Tpo -c src/scintilla/lexers/LexDMAP.cxx -o src/scintilla/lexers/LexDMAP.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexDMIS.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexDMIS.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexDMIS.lo src/scintilla/lexers/LexDMIS.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexDMIS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexDMIS.Tpo -c src/scintilla/lexers/LexDMIS.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexDMIS.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexDMIS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexDMIS.Tpo -c src/scintilla/lexers/LexDMIS.cxx -o src/scintilla/lexers/LexDMIS.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexDiff.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexDiff.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexDiff.lo src/scintilla/lexers/LexDiff.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexDiff.lo -MD -MP -MF src/scintilla/lexers/.deps/LexDiff.Tpo -c src/scintilla/lexers/LexDiff.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexDiff.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexDiff.lo -MD -MP -MF src/scintilla/lexers/.deps/LexDiff.Tpo -c src/scintilla/lexers/LexDiff.cxx -o src/scintilla/lexers/LexDiff.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexECL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexECL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexECL.lo src/scintilla/lexers/LexECL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexECL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexECL.Tpo -c src/scintilla/lexers/LexECL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexECL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexECL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexECL.Tpo -c src/scintilla/lexers/LexECL.cxx -o src/scintilla/lexers/LexECL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexEDIFACT.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexEDIFACT.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexEDIFACT.lo src/scintilla/lexers/LexEDIFACT.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexEDIFACT.lo -MD -MP -MF src/scintilla/lexers/.deps/LexEDIFACT.Tpo -c src/scintilla/lexers/LexEDIFACT.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexEDIFACT.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexEDIFACT.lo -MD -MP -MF src/scintilla/lexers/.deps/LexEDIFACT.Tpo -c src/scintilla/lexers/LexEDIFACT.cxx -o src/scintilla/lexers/LexEDIFACT.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexEScript.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexEScript.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexEScript.lo src/scintilla/lexers/LexEScript.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexEScript.lo -MD -MP -MF src/scintilla/lexers/.deps/LexEScript.Tpo -c src/scintilla/lexers/LexEScript.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexEScript.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexEScript.lo -MD -MP -MF src/scintilla/lexers/.deps/LexEScript.Tpo -c src/scintilla/lexers/LexEScript.cxx -o src/scintilla/lexers/LexEScript.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexEiffel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexEiffel.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexEiffel.lo src/scintilla/lexers/LexEiffel.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexEiffel.lo -MD -MP -MF src/scintilla/lexers/.deps/LexEiffel.Tpo -c src/scintilla/lexers/LexEiffel.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexEiffel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexEiffel.lo -MD -MP -MF src/scintilla/lexers/.deps/LexEiffel.Tpo -c src/scintilla/lexers/LexEiffel.cxx -o src/scintilla/lexers/LexEiffel.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexErlang.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexErlang.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexErlang.lo src/scintilla/lexers/LexErlang.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexErlang.lo -MD -MP -MF src/scintilla/lexers/.deps/LexErlang.Tpo -c src/scintilla/lexers/LexErlang.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexErlang.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexErlang.lo -MD -MP -MF src/scintilla/lexers/.deps/LexErlang.Tpo -c src/scintilla/lexers/LexErlang.cxx -o src/scintilla/lexers/LexErlang.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexErrorList.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexErrorList.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexErrorList.lo src/scintilla/lexers/LexErrorList.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexErrorList.lo -MD -MP -MF src/scintilla/lexers/.deps/LexErrorList.Tpo -c src/scintilla/lexers/LexErrorList.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexErrorList.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexErrorList.lo -MD -MP -MF src/scintilla/lexers/.deps/LexErrorList.Tpo -c src/scintilla/lexers/LexErrorList.cxx -o src/scintilla/lexers/LexErrorList.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexFlagship.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexFlagship.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexFlagship.lo src/scintilla/lexers/LexFlagship.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexFlagship.lo -MD -MP -MF src/scintilla/lexers/.deps/LexFlagship.Tpo -c src/scintilla/lexers/LexFlagship.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexFlagship.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexFlagship.lo -MD -MP -MF src/scintilla/lexers/.deps/LexFlagship.Tpo -c src/scintilla/lexers/LexFlagship.cxx -o src/scintilla/lexers/LexFlagship.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexForth.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexForth.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexForth.lo src/scintilla/lexers/LexForth.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexForth.lo -MD -MP -MF src/scintilla/lexers/.deps/LexForth.Tpo -c src/scintilla/lexers/LexForth.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexForth.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexForth.lo -MD -MP -MF src/scintilla/lexers/.deps/LexForth.Tpo -c src/scintilla/lexers/LexForth.cxx -o src/scintilla/lexers/LexForth.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexFortran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexFortran.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexFortran.lo src/scintilla/lexers/LexFortran.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexFortran.lo -MD -MP -MF src/scintilla/lexers/.deps/LexFortran.Tpo -c src/scintilla/lexers/LexFortran.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexFortran.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexFortran.lo -MD -MP -MF src/scintilla/lexers/.deps/LexFortran.Tpo -c src/scintilla/lexers/LexFortran.cxx -o src/scintilla/lexers/LexFortran.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexGAP.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexGAP.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexGAP.lo src/scintilla/lexers/LexGAP.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexGAP.lo -MD -MP -MF src/scintilla/lexers/.deps/LexGAP.Tpo -c src/scintilla/lexers/LexGAP.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexGAP.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexGAP.lo -MD -MP -MF src/scintilla/lexers/.deps/LexGAP.Tpo -c src/scintilla/lexers/LexGAP.cxx -o src/scintilla/lexers/LexGAP.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexGui4Cli.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexGui4Cli.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexGui4Cli.lo src/scintilla/lexers/LexGui4Cli.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexGui4Cli.lo -MD -MP -MF src/scintilla/lexers/.deps/LexGui4Cli.Tpo -c src/scintilla/lexers/LexGui4Cli.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexGui4Cli.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexGui4Cli.lo -MD -MP -MF src/scintilla/lexers/.deps/LexGui4Cli.Tpo -c src/scintilla/lexers/LexGui4Cli.cxx -o src/scintilla/lexers/LexGui4Cli.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexHTML.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexHTML.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexHTML.lo src/scintilla/lexers/LexHTML.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexHTML.lo -MD -MP -MF src/scintilla/lexers/.deps/LexHTML.Tpo -c src/scintilla/lexers/LexHTML.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexHTML.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexHTML.lo -MD -MP -MF src/scintilla/lexers/.deps/LexHTML.Tpo -c src/scintilla/lexers/LexHTML.cxx -o src/scintilla/lexers/LexHTML.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexHaskell.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexHaskell.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexHaskell.lo src/scintilla/lexers/LexHaskell.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexHaskell.lo -MD -MP -MF src/scintilla/lexers/.deps/LexHaskell.Tpo -c src/scintilla/lexers/LexHaskell.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexHaskell.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexHaskell.lo -MD -MP -MF src/scintilla/lexers/.deps/LexHaskell.Tpo -c src/scintilla/lexers/LexHaskell.cxx -o src/scintilla/lexers/LexHaskell.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexHex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexHex.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexHex.lo src/scintilla/lexers/LexHex.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexHex.lo -MD -MP -MF src/scintilla/lexers/.deps/LexHex.Tpo -c src/scintilla/lexers/LexHex.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexHex.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexHex.lo -MD -MP -MF src/scintilla/lexers/.deps/LexHex.Tpo -c src/scintilla/lexers/LexHex.cxx -o src/scintilla/lexers/LexHex.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexIndent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexIndent.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexIndent.lo src/scintilla/lexers/LexIndent.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexIndent.lo -MD -MP -MF src/scintilla/lexers/.deps/LexIndent.Tpo -c src/scintilla/lexers/LexIndent.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexIndent.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexIndent.lo -MD -MP -MF src/scintilla/lexers/.deps/LexIndent.Tpo -c src/scintilla/lexers/LexIndent.cxx -o src/scintilla/lexers/LexIndent.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexInno.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexInno.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexInno.lo src/scintilla/lexers/LexInno.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexInno.lo -MD -MP -MF src/scintilla/lexers/.deps/LexInno.Tpo -c src/scintilla/lexers/LexInno.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexInno.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexInno.lo -MD -MP -MF src/scintilla/lexers/.deps/LexInno.Tpo -c src/scintilla/lexers/LexInno.cxx -o src/scintilla/lexers/LexInno.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexJSON.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexJSON.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexJSON.lo src/scintilla/lexers/LexJSON.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexJSON.lo -MD -MP -MF src/scintilla/lexers/.deps/LexJSON.Tpo -c src/scintilla/lexers/LexJSON.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexJSON.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexJSON.lo -MD -MP -MF src/scintilla/lexers/.deps/LexJSON.Tpo -c src/scintilla/lexers/LexJSON.cxx -o src/scintilla/lexers/LexJSON.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexKix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexKix.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexKix.lo src/scintilla/lexers/LexKix.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexKix.lo -MD -MP -MF src/scintilla/lexers/.deps/LexKix.Tpo -c src/scintilla/lexers/LexKix.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexKix.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexKix.lo -MD -MP -MF src/scintilla/lexers/.deps/LexKix.Tpo -c src/scintilla/lexers/LexKix.cxx -o src/scintilla/lexers/LexKix.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexKVIrc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexKVIrc.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexKVIrc.lo src/scintilla/lexers/LexKVIrc.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexKVIrc.lo -MD -MP -MF src/scintilla/lexers/.deps/LexKVIrc.Tpo -c src/scintilla/lexers/LexKVIrc.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexKVIrc.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexKVIrc.lo -MD -MP -MF src/scintilla/lexers/.deps/LexKVIrc.Tpo -c src/scintilla/lexers/LexKVIrc.cxx -o src/scintilla/lexers/LexKVIrc.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexLaTeX.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLaTeX.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexLaTeX.lo src/scintilla/lexers/LexLaTeX.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLaTeX.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLaTeX.Tpo -c src/scintilla/lexers/LexLaTeX.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexLaTeX.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLaTeX.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLaTeX.Tpo -c src/scintilla/lexers/LexLaTeX.cxx -o src/scintilla/lexers/LexLaTeX.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexLisp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLisp.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexLisp.lo src/scintilla/lexers/LexLisp.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLisp.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLisp.Tpo -c src/scintilla/lexers/LexLisp.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexLisp.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLisp.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLisp.Tpo -c src/scintilla/lexers/LexLisp.cxx -o src/scintilla/lexers/LexLisp.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexLout.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLout.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexLout.lo src/scintilla/lexers/LexLout.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLout.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLout.Tpo -c src/scintilla/lexers/LexLout.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexLout.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLout.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLout.Tpo -c src/scintilla/lexers/LexLout.cxx -o src/scintilla/lexers/LexLout.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexLua.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLua.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexLua.lo src/scintilla/lexers/LexLua.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLua.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLua.Tpo -c src/scintilla/lexers/LexLua.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexLua.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexLua.lo -MD -MP -MF src/scintilla/lexers/.deps/LexLua.Tpo -c src/scintilla/lexers/LexLua.cxx -o src/scintilla/lexers/LexLua.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexMMIXAL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMMIXAL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMMIXAL.lo src/scintilla/lexers/LexMMIXAL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMMIXAL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMMIXAL.Tpo -c src/scintilla/lexers/LexMMIXAL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexMMIXAL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMMIXAL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMMIXAL.Tpo -c src/scintilla/lexers/LexMMIXAL.cxx -o src/scintilla/lexers/LexMMIXAL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexMPT.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMPT.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMPT.lo src/scintilla/lexers/LexMPT.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMPT.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMPT.Tpo -c src/scintilla/lexers/LexMPT.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexMPT.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMPT.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMPT.Tpo -c src/scintilla/lexers/LexMPT.cxx -o src/scintilla/lexers/LexMPT.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexMSSQL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMSSQL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMSSQL.lo src/scintilla/lexers/LexMSSQL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMSSQL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMSSQL.Tpo -c src/scintilla/lexers/LexMSSQL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexMSSQL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMSSQL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMSSQL.Tpo -c src/scintilla/lexers/LexMSSQL.cxx -o src/scintilla/lexers/LexMSSQL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexMagik.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMagik.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMagik.lo src/scintilla/lexers/LexMagik.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMagik.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMagik.Tpo -c src/scintilla/lexers/LexMagik.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexMagik.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMagik.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMagik.Tpo -c src/scintilla/lexers/LexMagik.cxx -o src/scintilla/lexers/LexMagik.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexMake.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMake.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMake.lo src/scintilla/lexers/LexMake.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMake.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMake.Tpo -c src/scintilla/lexers/LexMake.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexMake.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMake.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMake.Tpo -c src/scintilla/lexers/LexMake.cxx -o src/scintilla/lexers/LexMake.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexMarkdown.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMarkdown.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMarkdown.lo src/scintilla/lexers/LexMarkdown.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMarkdown.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMarkdown.Tpo -c src/scintilla/lexers/LexMarkdown.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexMarkdown.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMarkdown.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMarkdown.Tpo -c src/scintilla/lexers/LexMarkdown.cxx -o src/scintilla/lexers/LexMarkdown.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexMatlab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMatlab.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMatlab.lo src/scintilla/lexers/LexMatlab.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMatlab.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMatlab.Tpo -c src/scintilla/lexers/LexMatlab.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexMatlab.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMatlab.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMatlab.Tpo -c src/scintilla/lexers/LexMatlab.cxx -o src/scintilla/lexers/LexMatlab.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexMetapost.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMetapost.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMetapost.lo src/scintilla/lexers/LexMetapost.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMetapost.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMetapost.Tpo -c src/scintilla/lexers/LexMetapost.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexMetapost.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMetapost.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMetapost.Tpo -c src/scintilla/lexers/LexMetapost.cxx -o src/scintilla/lexers/LexMetapost.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexModula.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexModula.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexModula.lo src/scintilla/lexers/LexModula.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexModula.lo -MD -MP -MF src/scintilla/lexers/.deps/LexModula.Tpo -c src/scintilla/lexers/LexModula.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexModula.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexModula.lo -MD -MP -MF src/scintilla/lexers/.deps/LexModula.Tpo -c src/scintilla/lexers/LexModula.cxx -o src/scintilla/lexers/LexModula.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexMySQL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMySQL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexMySQL.lo src/scintilla/lexers/LexMySQL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMySQL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMySQL.Tpo -c src/scintilla/lexers/LexMySQL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexMySQL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexMySQL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexMySQL.Tpo -c src/scintilla/lexers/LexMySQL.cxx -o src/scintilla/lexers/LexMySQL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexNimrod.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexNimrod.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexNimrod.lo src/scintilla/lexers/LexNimrod.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexNimrod.lo -MD -MP -MF src/scintilla/lexers/.deps/LexNimrod.Tpo -c src/scintilla/lexers/LexNimrod.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexNimrod.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexNimrod.lo -MD -MP -MF src/scintilla/lexers/.deps/LexNimrod.Tpo -c src/scintilla/lexers/LexNimrod.cxx -o src/scintilla/lexers/LexNimrod.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexNsis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexNsis.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexNsis.lo src/scintilla/lexers/LexNsis.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexNsis.lo -MD -MP -MF src/scintilla/lexers/.deps/LexNsis.Tpo -c src/scintilla/lexers/LexNsis.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexNsis.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexNsis.lo -MD -MP -MF src/scintilla/lexers/.deps/LexNsis.Tpo -c src/scintilla/lexers/LexNsis.cxx -o src/scintilla/lexers/LexNsis.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexNull.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexNull.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexNull.lo src/scintilla/lexers/LexNull.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexNull.lo -MD -MP -MF src/scintilla/lexers/.deps/LexNull.Tpo -c src/scintilla/lexers/LexNull.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexNull.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexNull.lo -MD -MP -MF src/scintilla/lexers/.deps/LexNull.Tpo -c src/scintilla/lexers/LexNull.cxx -o src/scintilla/lexers/LexNull.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexOScript.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexOScript.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexOScript.lo src/scintilla/lexers/LexOScript.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexOScript.lo -MD -MP -MF src/scintilla/lexers/.deps/LexOScript.Tpo -c src/scintilla/lexers/LexOScript.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexOScript.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexOScript.lo -MD -MP -MF src/scintilla/lexers/.deps/LexOScript.Tpo -c src/scintilla/lexers/LexOScript.cxx -o src/scintilla/lexers/LexOScript.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexOpal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexOpal.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexOpal.lo src/scintilla/lexers/LexOpal.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexOpal.lo -MD -MP -MF src/scintilla/lexers/.deps/LexOpal.Tpo -c src/scintilla/lexers/LexOpal.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexOpal.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexOpal.lo -MD -MP -MF src/scintilla/lexers/.deps/LexOpal.Tpo -c src/scintilla/lexers/LexOpal.cxx -o src/scintilla/lexers/LexOpal.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexPB.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPB.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPB.lo src/scintilla/lexers/LexPB.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPB.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPB.Tpo -c src/scintilla/lexers/LexPB.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexPB.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPB.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPB.Tpo -c src/scintilla/lexers/LexPB.cxx -o src/scintilla/lexers/LexPB.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexPLM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPLM.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPLM.lo src/scintilla/lexers/LexPLM.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPLM.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPLM.Tpo -c src/scintilla/lexers/LexPLM.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexPLM.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPLM.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPLM.Tpo -c src/scintilla/lexers/LexPLM.cxx -o src/scintilla/lexers/LexPLM.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexPO.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPO.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPO.lo src/scintilla/lexers/LexPO.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPO.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPO.Tpo -c src/scintilla/lexers/LexPO.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexPO.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPO.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPO.Tpo -c src/scintilla/lexers/LexPO.cxx -o src/scintilla/lexers/LexPO.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexPOV.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPOV.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPOV.lo src/scintilla/lexers/LexPOV.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPOV.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPOV.Tpo -c src/scintilla/lexers/LexPOV.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexPOV.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPOV.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPOV.Tpo -c src/scintilla/lexers/LexPOV.cxx -o src/scintilla/lexers/LexPOV.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexPS.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPS.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPS.lo src/scintilla/lexers/LexPS.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPS.Tpo -c src/scintilla/lexers/LexPS.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexPS.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPS.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPS.Tpo -c src/scintilla/lexers/LexPS.cxx -o src/scintilla/lexers/LexPS.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexPascal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPascal.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPascal.lo src/scintilla/lexers/LexPascal.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPascal.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPascal.Tpo -c src/scintilla/lexers/LexPascal.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexPascal.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPascal.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPascal.Tpo -c src/scintilla/lexers/LexPascal.cxx -o src/scintilla/lexers/LexPascal.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexPerl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPerl.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPerl.lo src/scintilla/lexers/LexPerl.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPerl.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPerl.Tpo -c src/scintilla/lexers/LexPerl.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexPerl.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPerl.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPerl.Tpo -c src/scintilla/lexers/LexPerl.cxx -o src/scintilla/lexers/LexPerl.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexPowerPro.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPowerPro.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPowerPro.lo src/scintilla/lexers/LexPowerPro.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPowerPro.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPowerPro.Tpo -c src/scintilla/lexers/LexPowerPro.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexPowerPro.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPowerPro.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPowerPro.Tpo -c src/scintilla/lexers/LexPowerPro.cxx -o src/scintilla/lexers/LexPowerPro.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexPowerShell.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPowerShell.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPowerShell.lo src/scintilla/lexers/LexPowerShell.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPowerShell.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPowerShell.Tpo -c src/scintilla/lexers/LexPowerShell.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexPowerShell.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPowerShell.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPowerShell.Tpo -c src/scintilla/lexers/LexPowerShell.cxx -o src/scintilla/lexers/LexPowerShell.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexProgress.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexProgress.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexProgress.lo src/scintilla/lexers/LexProgress.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexProgress.lo -MD -MP -MF src/scintilla/lexers/.deps/LexProgress.Tpo -c src/scintilla/lexers/LexProgress.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexProgress.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexProgress.lo -MD -MP -MF src/scintilla/lexers/.deps/LexProgress.Tpo -c src/scintilla/lexers/LexProgress.cxx -o src/scintilla/lexers/LexProgress.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexProps.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexProps.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexProps.lo src/scintilla/lexers/LexProps.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexProps.lo -MD -MP -MF src/scintilla/lexers/.deps/LexProps.Tpo -c src/scintilla/lexers/LexProps.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexProps.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexProps.lo -MD -MP -MF src/scintilla/lexers/.deps/LexProps.Tpo -c src/scintilla/lexers/LexProps.cxx -o src/scintilla/lexers/LexProps.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexPython.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPython.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexPython.lo src/scintilla/lexers/LexPython.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPython.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPython.Tpo -c src/scintilla/lexers/LexPython.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexPython.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexPython.lo -MD -MP -MF src/scintilla/lexers/.deps/LexPython.Tpo -c src/scintilla/lexers/LexPython.cxx -o src/scintilla/lexers/LexPython.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexR.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexR.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexR.lo src/scintilla/lexers/LexR.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexR.lo -MD -MP -MF src/scintilla/lexers/.deps/LexR.Tpo -c src/scintilla/lexers/LexR.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexR.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexR.lo -MD -MP -MF src/scintilla/lexers/.deps/LexR.Tpo -c src/scintilla/lexers/LexR.cxx -o src/scintilla/lexers/LexR.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexRebol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRebol.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexRebol.lo src/scintilla/lexers/LexRebol.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRebol.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRebol.Tpo -c src/scintilla/lexers/LexRebol.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexRebol.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRebol.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRebol.Tpo -c src/scintilla/lexers/LexRebol.cxx -o src/scintilla/lexers/LexRebol.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexRegistry.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRegistry.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexRegistry.lo src/scintilla/lexers/LexRegistry.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRegistry.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRegistry.Tpo -c src/scintilla/lexers/LexRegistry.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexRegistry.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRegistry.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRegistry.Tpo -c src/scintilla/lexers/LexRegistry.cxx -o src/scintilla/lexers/LexRegistry.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexRuby.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRuby.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexRuby.lo src/scintilla/lexers/LexRuby.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRuby.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRuby.Tpo -c src/scintilla/lexers/LexRuby.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexRuby.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRuby.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRuby.Tpo -c src/scintilla/lexers/LexRuby.cxx -o src/scintilla/lexers/LexRuby.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexRust.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRust.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexRust.lo src/scintilla/lexers/LexRust.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRust.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRust.Tpo -c src/scintilla/lexers/LexRust.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexRust.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexRust.lo -MD -MP -MF src/scintilla/lexers/.deps/LexRust.Tpo -c src/scintilla/lexers/LexRust.cxx -o src/scintilla/lexers/LexRust.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexSML.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSML.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSML.lo src/scintilla/lexers/LexSML.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSML.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSML.Tpo -c src/scintilla/lexers/LexSML.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexSML.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSML.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSML.Tpo -c src/scintilla/lexers/LexSML.cxx -o src/scintilla/lexers/LexSML.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexSQL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSQL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSQL.lo src/scintilla/lexers/LexSQL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSQL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSQL.Tpo -c src/scintilla/lexers/LexSQL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexSQL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSQL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSQL.Tpo -c src/scintilla/lexers/LexSQL.cxx -o src/scintilla/lexers/LexSQL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexScriptol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexScriptol.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexScriptol.lo src/scintilla/lexers/LexScriptol.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexScriptol.lo -MD -MP -MF src/scintilla/lexers/.deps/LexScriptol.Tpo -c src/scintilla/lexers/LexScriptol.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexScriptol.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexScriptol.lo -MD -MP -MF src/scintilla/lexers/.deps/LexScriptol.Tpo -c src/scintilla/lexers/LexScriptol.cxx -o src/scintilla/lexers/LexScriptol.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexSmalltalk.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSmalltalk.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSmalltalk.lo src/scintilla/lexers/LexSmalltalk.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSmalltalk.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSmalltalk.Tpo -c src/scintilla/lexers/LexSmalltalk.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexSmalltalk.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSmalltalk.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSmalltalk.Tpo -c src/scintilla/lexers/LexSmalltalk.cxx -o src/scintilla/lexers/LexSmalltalk.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexSorcus.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSorcus.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSorcus.lo src/scintilla/lexers/LexSorcus.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSorcus.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSorcus.Tpo -c src/scintilla/lexers/LexSorcus.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexSorcus.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSorcus.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSorcus.Tpo -c src/scintilla/lexers/LexSorcus.cxx -o src/scintilla/lexers/LexSorcus.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexSpecman.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSpecman.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSpecman.lo src/scintilla/lexers/LexSpecman.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSpecman.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSpecman.Tpo -c src/scintilla/lexers/LexSpecman.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexSpecman.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSpecman.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSpecman.Tpo -c src/scintilla/lexers/LexSpecman.cxx -o src/scintilla/lexers/LexSpecman.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexSpice.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSpice.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSpice.lo src/scintilla/lexers/LexSpice.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSpice.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSpice.Tpo -c src/scintilla/lexers/LexSpice.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexSpice.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSpice.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSpice.Tpo -c src/scintilla/lexers/LexSpice.cxx -o src/scintilla/lexers/LexSpice.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexSTTXT.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSTTXT.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexSTTXT.lo src/scintilla/lexers/LexSTTXT.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSTTXT.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSTTXT.Tpo -c src/scintilla/lexers/LexSTTXT.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexSTTXT.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexSTTXT.lo -MD -MP -MF src/scintilla/lexers/.deps/LexSTTXT.Tpo -c src/scintilla/lexers/LexSTTXT.cxx -o src/scintilla/lexers/LexSTTXT.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexTACL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTACL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTACL.lo src/scintilla/lexers/LexTACL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTACL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTACL.Tpo -c src/scintilla/lexers/LexTACL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexTACL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTACL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTACL.Tpo -c src/scintilla/lexers/LexTACL.cxx -o src/scintilla/lexers/LexTACL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexTADS3.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTADS3.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTADS3.lo src/scintilla/lexers/LexTADS3.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTADS3.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTADS3.Tpo -c src/scintilla/lexers/LexTADS3.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexTADS3.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTADS3.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTADS3.Tpo -c src/scintilla/lexers/LexTADS3.cxx -o src/scintilla/lexers/LexTADS3.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexTAL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTAL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTAL.lo src/scintilla/lexers/LexTAL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTAL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTAL.Tpo -c src/scintilla/lexers/LexTAL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexTAL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTAL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTAL.Tpo -c src/scintilla/lexers/LexTAL.cxx -o src/scintilla/lexers/LexTAL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexTCL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTCL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTCL.lo src/scintilla/lexers/LexTCL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTCL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTCL.Tpo -c src/scintilla/lexers/LexTCL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexTCL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTCL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTCL.Tpo -c src/scintilla/lexers/LexTCL.cxx -o src/scintilla/lexers/LexTCL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexTCMD.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTCMD.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTCMD.lo src/scintilla/lexers/LexTCMD.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTCMD.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTCMD.Tpo -c src/scintilla/lexers/LexTCMD.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexTCMD.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTCMD.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTCMD.Tpo -c src/scintilla/lexers/LexTCMD.cxx -o src/scintilla/lexers/LexTCMD.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexTeX.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTeX.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTeX.lo src/scintilla/lexers/LexTeX.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTeX.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTeX.Tpo -c src/scintilla/lexers/LexTeX.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexTeX.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTeX.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTeX.Tpo -c src/scintilla/lexers/LexTeX.cxx -o src/scintilla/lexers/LexTeX.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexTxt2tags.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTxt2tags.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexTxt2tags.lo src/scintilla/lexers/LexTxt2tags.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTxt2tags.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTxt2tags.Tpo -c src/scintilla/lexers/LexTxt2tags.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexTxt2tags.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexTxt2tags.lo -MD -MP -MF src/scintilla/lexers/.deps/LexTxt2tags.Tpo -c src/scintilla/lexers/LexTxt2tags.cxx -o src/scintilla/lexers/LexTxt2tags.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexVB.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVB.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexVB.lo src/scintilla/lexers/LexVB.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVB.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVB.Tpo -c src/scintilla/lexers/LexVB.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexVB.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVB.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVB.Tpo -c src/scintilla/lexers/LexVB.cxx -o src/scintilla/lexers/LexVB.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexVHDL.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVHDL.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexVHDL.lo src/scintilla/lexers/LexVHDL.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVHDL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVHDL.Tpo -c src/scintilla/lexers/LexVHDL.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexVHDL.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVHDL.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVHDL.Tpo -c src/scintilla/lexers/LexVHDL.cxx -o src/scintilla/lexers/LexVHDL.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexVerilog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVerilog.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexVerilog.lo src/scintilla/lexers/LexVerilog.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVerilog.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVerilog.Tpo -c src/scintilla/lexers/LexVerilog.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexVerilog.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVerilog.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVerilog.Tpo -c src/scintilla/lexers/LexVerilog.cxx -o src/scintilla/lexers/LexVerilog.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexVisualProlog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVisualProlog.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexVisualProlog.lo src/scintilla/lexers/LexVisualProlog.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVisualProlog.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVisualProlog.Tpo -c src/scintilla/lexers/LexVisualProlog.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexVisualProlog.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexVisualProlog.lo -MD -MP -MF src/scintilla/lexers/.deps/LexVisualProlog.Tpo -c src/scintilla/lexers/LexVisualProlog.cxx -o src/scintilla/lexers/LexVisualProlog.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexers/LexYAML.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexYAML.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexers/LexYAML.lo src/scintilla/lexers/LexYAML.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexYAML.lo -MD -MP -MF src/scintilla/lexers/.deps/LexYAML.Tpo -c src/scintilla/lexers/LexYAML.cxx  -fno-common -DPIC -o src/scintilla/lexers/.libs/LexYAML.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexers/LexYAML.lo -MD -MP -MF src/scintilla/lexers/.deps/LexYAML.Tpo -c src/scintilla/lexers/LexYAML.cxx -o src/scintilla/lexers/LexYAML.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexlib/Accessor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/Accessor.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/Accessor.lo src/scintilla/lexlib/Accessor.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/Accessor.lo -MD -MP -MF src/scintilla/lexlib/.deps/Accessor.Tpo -c src/scintilla/lexlib/Accessor.cxx  -fno-common -DPIC -o src/scintilla/lexlib/.libs/Accessor.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/Accessor.lo -MD -MP -MF src/scintilla/lexlib/.deps/Accessor.Tpo -c src/scintilla/lexlib/Accessor.cxx -o src/scintilla/lexlib/Accessor.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexlib/CharacterCategory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/CharacterCategory.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/CharacterCategory.lo src/scintilla/lexlib/CharacterCategory.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/CharacterCategory.lo -MD -MP -MF src/scintilla/lexlib/.deps/CharacterCategory.Tpo -c src/scintilla/lexlib/CharacterCategory.cxx  -fno-common -DPIC -o src/scintilla/lexlib/.libs/CharacterCategory.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/CharacterCategory.lo -MD -MP -MF src/scintilla/lexlib/.deps/CharacterCategory.Tpo -c src/scintilla/lexlib/CharacterCategory.cxx -o src/scintilla/lexlib/CharacterCategory.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexlib/CharacterSet.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/CharacterSet.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/CharacterSet.lo src/scintilla/lexlib/CharacterSet.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/CharacterSet.lo -MD -MP -MF src/scintilla/lexlib/.deps/CharacterSet.Tpo -c src/scintilla/lexlib/CharacterSet.cxx  -fno-common -DPIC -o src/scintilla/lexlib/.libs/CharacterSet.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/CharacterSet.lo -MD -MP -MF src/scintilla/lexlib/.deps/CharacterSet.Tpo -c src/scintilla/lexlib/CharacterSet.cxx -o src/scintilla/lexlib/CharacterSet.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexlib/LexerBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerBase.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/LexerBase.lo src/scintilla/lexlib/LexerBase.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerBase.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerBase.Tpo -c src/scintilla/lexlib/LexerBase.cxx  -fno-common -DPIC -o src/scintilla/lexlib/.libs/LexerBase.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerBase.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerBase.Tpo -c src/scintilla/lexlib/LexerBase.cxx -o src/scintilla/lexlib/LexerBase.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexlib/LexerModule.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerModule.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/LexerModule.lo src/scintilla/lexlib/LexerModule.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerModule.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerModule.Tpo -c src/scintilla/lexlib/LexerModule.cxx  -fno-common -DPIC -o src/scintilla/lexlib/.libs/LexerModule.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerModule.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerModule.Tpo -c src/scintilla/lexlib/LexerModule.cxx -o src/scintilla/lexlib/LexerModule.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexlib/LexerNoExceptions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerNoExceptions.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/LexerNoExceptions.lo src/scintilla/lexlib/LexerNoExceptions.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerNoExceptions.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerNoExceptions.Tpo -c src/scintilla/lexlib/LexerNoExceptions.cxx  -fno-common -DPIC -o src/scintilla/lexlib/.libs/LexerNoExceptions.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerNoExceptions.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerNoExceptions.Tpo -c src/scintilla/lexlib/LexerNoExceptions.cxx -o src/scintilla/lexlib/LexerNoExceptions.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexlib/LexerSimple.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerSimple.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/LexerSimple.lo src/scintilla/lexlib/LexerSimple.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerSimple.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerSimple.Tpo -c src/scintilla/lexlib/LexerSimple.cxx  -fno-common -DPIC -o src/scintilla/lexlib/.libs/LexerSimple.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/LexerSimple.lo -MD -MP -MF src/scintilla/lexlib/.deps/LexerSimple.Tpo -c src/scintilla/lexlib/LexerSimple.cxx -o src/scintilla/lexlib/LexerSimple.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexlib/PropSetSimple.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/PropSetSimple.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/PropSetSimple.lo src/scintilla/lexlib/PropSetSimple.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/PropSetSimple.lo -MD -MP -MF src/scintilla/lexlib/.deps/PropSetSimple.Tpo -c src/scintilla/lexlib/PropSetSimple.cxx  -fno-common -DPIC -o src/scintilla/lexlib/.libs/PropSetSimple.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/PropSetSimple.lo -MD -MP -MF src/scintilla/lexlib/.deps/PropSetSimple.Tpo -c src/scintilla/lexlib/PropSetSimple.cxx -o src/scintilla/lexlib/PropSetSimple.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexlib/StyleContext.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/StyleContext.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/StyleContext.lo src/scintilla/lexlib/StyleContext.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/StyleContext.lo -MD -MP -MF src/scintilla/lexlib/.deps/StyleContext.Tpo -c src/scintilla/lexlib/StyleContext.cxx  -fno-common -DPIC -o src/scintilla/lexlib/.libs/StyleContext.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/StyleContext.lo -MD -MP -MF src/scintilla/lexlib/.deps/StyleContext.Tpo -c src/scintilla/lexlib/StyleContext.cxx -o src/scintilla/lexlib/StyleContext.o >/dev/null 2>&1
depbase=`echo src/scintilla/lexlib/WordList.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/WordList.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/lexlib/WordList.lo src/scintilla/lexlib/WordList.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/WordList.lo -MD -MP -MF src/scintilla/lexlib/.deps/WordList.Tpo -c src/scintilla/lexlib/WordList.cxx  -fno-common -DPIC -o src/scintilla/lexlib/.libs/WordList.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/lexlib/WordList.lo -MD -MP -MF src/scintilla/lexlib/.deps/WordList.Tpo -c src/scintilla/lexlib/WordList.cxx -o src/scintilla/lexlib/WordList.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/AutoComplete.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/AutoComplete.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/AutoComplete.lo src/scintilla/src/AutoComplete.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/AutoComplete.lo -MD -MP -MF src/scintilla/src/.deps/AutoComplete.Tpo -c src/scintilla/src/AutoComplete.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/AutoComplete.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/AutoComplete.lo -MD -MP -MF src/scintilla/src/.deps/AutoComplete.Tpo -c src/scintilla/src/AutoComplete.cxx -o src/scintilla/src/AutoComplete.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/CallTip.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CallTip.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/CallTip.lo src/scintilla/src/CallTip.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CallTip.lo -MD -MP -MF src/scintilla/src/.deps/CallTip.Tpo -c src/scintilla/src/CallTip.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/CallTip.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CallTip.lo -MD -MP -MF src/scintilla/src/.deps/CallTip.Tpo -c src/scintilla/src/CallTip.cxx -o src/scintilla/src/CallTip.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/CaseConvert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CaseConvert.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/CaseConvert.lo src/scintilla/src/CaseConvert.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CaseConvert.lo -MD -MP -MF src/scintilla/src/.deps/CaseConvert.Tpo -c src/scintilla/src/CaseConvert.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/CaseConvert.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CaseConvert.lo -MD -MP -MF src/scintilla/src/.deps/CaseConvert.Tpo -c src/scintilla/src/CaseConvert.cxx -o src/scintilla/src/CaseConvert.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/CaseFolder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CaseFolder.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/CaseFolder.lo src/scintilla/src/CaseFolder.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CaseFolder.lo -MD -MP -MF src/scintilla/src/.deps/CaseFolder.Tpo -c src/scintilla/src/CaseFolder.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/CaseFolder.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CaseFolder.lo -MD -MP -MF src/scintilla/src/.deps/CaseFolder.Tpo -c src/scintilla/src/CaseFolder.cxx -o src/scintilla/src/CaseFolder.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/Catalogue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Catalogue.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Catalogue.lo src/scintilla/src/Catalogue.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Catalogue.lo -MD -MP -MF src/scintilla/src/.deps/Catalogue.Tpo -c src/scintilla/src/Catalogue.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/Catalogue.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Catalogue.lo -MD -MP -MF src/scintilla/src/.deps/Catalogue.Tpo -c src/scintilla/src/Catalogue.cxx -o src/scintilla/src/Catalogue.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/CellBuffer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CellBuffer.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/CellBuffer.lo src/scintilla/src/CellBuffer.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CellBuffer.lo -MD -MP -MF src/scintilla/src/.deps/CellBuffer.Tpo -c src/scintilla/src/CellBuffer.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/CellBuffer.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CellBuffer.lo -MD -MP -MF src/scintilla/src/.deps/CellBuffer.Tpo -c src/scintilla/src/CellBuffer.cxx -o src/scintilla/src/CellBuffer.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/CharClassify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CharClassify.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/CharClassify.lo src/scintilla/src/CharClassify.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CharClassify.lo -MD -MP -MF src/scintilla/src/.deps/CharClassify.Tpo -c src/scintilla/src/CharClassify.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/CharClassify.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/CharClassify.lo -MD -MP -MF src/scintilla/src/.deps/CharClassify.Tpo -c src/scintilla/src/CharClassify.cxx -o src/scintilla/src/CharClassify.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/ContractionState.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ContractionState.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/ContractionState.lo src/scintilla/src/ContractionState.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ContractionState.lo -MD -MP -MF src/scintilla/src/.deps/ContractionState.Tpo -c src/scintilla/src/ContractionState.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/ContractionState.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ContractionState.lo -MD -MP -MF src/scintilla/src/.deps/ContractionState.Tpo -c src/scintilla/src/ContractionState.cxx -o src/scintilla/src/ContractionState.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/Decoration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Decoration.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Decoration.lo src/scintilla/src/Decoration.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Decoration.lo -MD -MP -MF src/scintilla/src/.deps/Decoration.Tpo -c src/scintilla/src/Decoration.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/Decoration.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Decoration.lo -MD -MP -MF src/scintilla/src/.deps/Decoration.Tpo -c src/scintilla/src/Decoration.cxx -o src/scintilla/src/Decoration.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/Document.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Document.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Document.lo src/scintilla/src/Document.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Document.lo -MD -MP -MF src/scintilla/src/.deps/Document.Tpo -c src/scintilla/src/Document.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/Document.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Document.lo -MD -MP -MF src/scintilla/src/.deps/Document.Tpo -c src/scintilla/src/Document.cxx -o src/scintilla/src/Document.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/EditModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/EditModel.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/EditModel.lo src/scintilla/src/EditModel.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/EditModel.lo -MD -MP -MF src/scintilla/src/.deps/EditModel.Tpo -c src/scintilla/src/EditModel.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/EditModel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/EditModel.lo -MD -MP -MF src/scintilla/src/.deps/EditModel.Tpo -c src/scintilla/src/EditModel.cxx -o src/scintilla/src/EditModel.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/Editor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Editor.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Editor.lo src/scintilla/src/Editor.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Editor.lo -MD -MP -MF src/scintilla/src/.deps/Editor.Tpo -c src/scintilla/src/Editor.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/Editor.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Editor.lo -MD -MP -MF src/scintilla/src/.deps/Editor.Tpo -c src/scintilla/src/Editor.cxx -o src/scintilla/src/Editor.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/EditView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/EditView.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/EditView.lo src/scintilla/src/EditView.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/EditView.lo -MD -MP -MF src/scintilla/src/.deps/EditView.Tpo -c src/scintilla/src/EditView.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/EditView.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/EditView.lo -MD -MP -MF src/scintilla/src/.deps/EditView.Tpo -c src/scintilla/src/EditView.cxx -o src/scintilla/src/EditView.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/ExternalLexer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ExternalLexer.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/ExternalLexer.lo src/scintilla/src/ExternalLexer.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ExternalLexer.lo -MD -MP -MF src/scintilla/src/.deps/ExternalLexer.Tpo -c src/scintilla/src/ExternalLexer.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/ExternalLexer.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ExternalLexer.lo -MD -MP -MF src/scintilla/src/.deps/ExternalLexer.Tpo -c src/scintilla/src/ExternalLexer.cxx -o src/scintilla/src/ExternalLexer.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/Indicator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Indicator.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Indicator.lo src/scintilla/src/Indicator.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Indicator.lo -MD -MP -MF src/scintilla/src/.deps/Indicator.Tpo -c src/scintilla/src/Indicator.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/Indicator.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Indicator.lo -MD -MP -MF src/scintilla/src/.deps/Indicator.Tpo -c src/scintilla/src/Indicator.cxx -o src/scintilla/src/Indicator.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/KeyMap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/KeyMap.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/KeyMap.lo src/scintilla/src/KeyMap.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/KeyMap.lo -MD -MP -MF src/scintilla/src/.deps/KeyMap.Tpo -c src/scintilla/src/KeyMap.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/KeyMap.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/KeyMap.lo -MD -MP -MF src/scintilla/src/.deps/KeyMap.Tpo -c src/scintilla/src/KeyMap.cxx -o src/scintilla/src/KeyMap.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/LineMarker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/LineMarker.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/LineMarker.lo src/scintilla/src/LineMarker.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/LineMarker.lo -MD -MP -MF src/scintilla/src/.deps/LineMarker.Tpo -c src/scintilla/src/LineMarker.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/LineMarker.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/LineMarker.lo -MD -MP -MF src/scintilla/src/.deps/LineMarker.Tpo -c src/scintilla/src/LineMarker.cxx -o src/scintilla/src/LineMarker.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/MarginView.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/MarginView.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/MarginView.lo src/scintilla/src/MarginView.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/MarginView.lo -MD -MP -MF src/scintilla/src/.deps/MarginView.Tpo -c src/scintilla/src/MarginView.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/MarginView.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/MarginView.lo -MD -MP -MF src/scintilla/src/.deps/MarginView.Tpo -c src/scintilla/src/MarginView.cxx -o src/scintilla/src/MarginView.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/PerLine.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/PerLine.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/PerLine.lo src/scintilla/src/PerLine.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/PerLine.lo -MD -MP -MF src/scintilla/src/.deps/PerLine.Tpo -c src/scintilla/src/PerLine.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/PerLine.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/PerLine.lo -MD -MP -MF src/scintilla/src/.deps/PerLine.Tpo -c src/scintilla/src/PerLine.cxx -o src/scintilla/src/PerLine.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/PositionCache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/PositionCache.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/PositionCache.lo src/scintilla/src/PositionCache.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/PositionCache.lo -MD -MP -MF src/scintilla/src/.deps/PositionCache.Tpo -c src/scintilla/src/PositionCache.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/PositionCache.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/PositionCache.lo -MD -MP -MF src/scintilla/src/.deps/PositionCache.Tpo -c src/scintilla/src/PositionCache.cxx -o src/scintilla/src/PositionCache.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/RESearch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/RESearch.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/RESearch.lo src/scintilla/src/RESearch.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/RESearch.lo -MD -MP -MF src/scintilla/src/.deps/RESearch.Tpo -c src/scintilla/src/RESearch.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/RESearch.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/RESearch.lo -MD -MP -MF src/scintilla/src/.deps/RESearch.Tpo -c src/scintilla/src/RESearch.cxx -o src/scintilla/src/RESearch.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/RunStyles.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/RunStyles.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/RunStyles.lo src/scintilla/src/RunStyles.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/RunStyles.lo -MD -MP -MF src/scintilla/src/.deps/RunStyles.Tpo -c src/scintilla/src/RunStyles.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/RunStyles.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/RunStyles.lo -MD -MP -MF src/scintilla/src/.deps/RunStyles.Tpo -c src/scintilla/src/RunStyles.cxx -o src/scintilla/src/RunStyles.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/ScintillaBase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ScintillaBase.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/ScintillaBase.lo src/scintilla/src/ScintillaBase.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ScintillaBase.lo -MD -MP -MF src/scintilla/src/.deps/ScintillaBase.Tpo -c src/scintilla/src/ScintillaBase.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/ScintillaBase.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ScintillaBase.lo -MD -MP -MF src/scintilla/src/.deps/ScintillaBase.Tpo -c src/scintilla/src/ScintillaBase.cxx -o src/scintilla/src/ScintillaBase.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/Selection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Selection.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Selection.lo src/scintilla/src/Selection.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Selection.lo -MD -MP -MF src/scintilla/src/.deps/Selection.Tpo -c src/scintilla/src/Selection.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/Selection.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Selection.lo -MD -MP -MF src/scintilla/src/.deps/Selection.Tpo -c src/scintilla/src/Selection.cxx -o src/scintilla/src/Selection.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/Style.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Style.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/Style.lo src/scintilla/src/Style.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Style.lo -MD -MP -MF src/scintilla/src/.deps/Style.Tpo -c src/scintilla/src/Style.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/Style.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/Style.lo -MD -MP -MF src/scintilla/src/.deps/Style.Tpo -c src/scintilla/src/Style.cxx -o src/scintilla/src/Style.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/UniConversion.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/UniConversion.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/UniConversion.lo src/scintilla/src/UniConversion.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/UniConversion.lo -MD -MP -MF src/scintilla/src/.deps/UniConversion.Tpo -c src/scintilla/src/UniConversion.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/UniConversion.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/UniConversion.lo -MD -MP -MF src/scintilla/src/.deps/UniConversion.Tpo -c src/scintilla/src/UniConversion.cxx -o src/scintilla/src/UniConversion.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/ViewStyle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ViewStyle.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/ViewStyle.lo src/scintilla/src/ViewStyle.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ViewStyle.lo -MD -MP -MF src/scintilla/src/.deps/ViewStyle.Tpo -c src/scintilla/src/ViewStyle.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/ViewStyle.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/ViewStyle.lo -MD -MP -MF src/scintilla/src/.deps/ViewStyle.Tpo -c src/scintilla/src/ViewStyle.cxx -o src/scintilla/src/ViewStyle.o >/dev/null 2>&1
depbase=`echo src/scintilla/src/XPM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/XPM.lo -MD -MP -MF $depbase.Tpo -c -o src/scintilla/src/XPM.lo src/scintilla/src/XPM.cxx &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/XPM.lo -MD -MP -MF src/scintilla/src/.deps/XPM.Tpo -c src/scintilla/src/XPM.cxx  -fno-common -DPIC -o src/scintilla/src/.libs/XPM.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -I./src/scintilla/include -I./src/scintilla/lexlib -I./src/scintilla/src -DSCI_LEXER -DLINK_LEXERS -DGTK -D__WX__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/scintilla/src/XPM.lo -MD -MP -MF src/scintilla/src/.deps/XPM.Tpo -c src/scintilla/src/XPM.cxx -o src/scintilla/src/XPM.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions  -L/opt/pkg/lib -o libwxscintilla.la  src/PlatWX.lo src/ScintillaWX.lo src/wxscintilla.lo src/scintilla/lexers/LexA68k.lo src/scintilla/lexers/LexAPDL.lo src/scintilla/lexers/LexASY.lo src/scintilla/lexers/LexAU3.lo src/scintilla/lexers/LexAVE.lo src/scintilla/lexers/LexAVS.lo src/scintilla/lexers/LexAbaqus.lo src/scintilla/lexers/LexAda.lo src/scintilla/lexers/LexAsm.lo src/scintilla/lexers/LexAsn1.lo src/scintilla/lexers/LexBaan.lo src/scintilla/lexers/LexBash.lo src/scintilla/lexers/LexBasic.lo src/scintilla/lexers/LexBatch.lo src/scintilla/lexers/LexBibTeX.lo src/scintilla/lexers/LexBullant.lo src/scintilla/lexers/LexCLW.lo src/scintilla/lexers/LexCOBOL.lo src/scintilla/lexers/LexCPP.lo src/scintilla/lexers/LexCSS.lo src/scintilla/lexers/LexCaml.lo src/scintilla/lexers/LexCmake.lo src/scintilla/lexers/LexCoffeeScript.lo src/scintilla/lexers/LexConf.lo src/scintilla/lexers/LexCrontab.lo src/scintilla/lexers/LexCsound.lo src/scintilla/lexers/LexD.lo src/scintilla/lexers/LexDMAP.lo src/scintilla/lexers/LexDMIS.lo src/scintilla/lexers/LexDiff.lo src/scintilla/lexers/LexECL.lo src/scintilla/lexers/LexEDIFACT.lo src/scintilla/lexers/LexEScript.lo src/scintilla/lexers/LexEiffel.lo src/scintilla/lexers/LexErlang.lo src/scintilla/lexers/LexErrorList.lo src/scintilla/lexers/LexFlagship.lo src/scintilla/lexers/LexForth.lo src/scintilla/lexers/LexFortran.lo src/scintilla/lexers/LexGAP.lo src/scintilla/lexers/LexGui4Cli.lo src/scintilla/lexers/LexHTML.lo src/scintilla/lexers/LexHaskell.lo src/scintilla/lexers/LexHex.lo src/scintilla/lexers/LexIndent.lo src/scintilla/lexers/LexInno.lo src/scintilla/lexers/LexJSON.lo src/scintilla/lexers/LexKix.lo src/scintilla/lexers/LexKVIrc.lo src/scintilla/lexers/LexLaTeX.lo src/scintilla/lexers/LexLisp.lo src/scintilla/lexers/LexLout.lo src/scintilla/lexers/LexLua.lo src/scintilla/lexers/LexMMIXAL.lo src/scintilla/lexers/LexMPT.lo src/scintilla/lexers/LexMSSQL.lo src/scintilla/lexers/LexMagik.lo src/scintilla/lexers/LexMake.lo src/scintilla/lexers/LexMarkdown.lo src/scintilla/lexers/LexMatlab.lo src/scintilla/lexers/LexMetapost.lo src/scintilla/lexers/LexModula.lo src/scintilla/lexers/LexMySQL.lo src/scintilla/lexers/LexNimrod.lo src/scintilla/lexers/LexNsis.lo src/scintilla/lexers/LexNull.lo src/scintilla/lexers/LexOScript.lo src/scintilla/lexers/LexOpal.lo src/scintilla/lexers/LexPB.lo src/scintilla/lexers/LexPLM.lo src/scintilla/lexers/LexPO.lo src/scintilla/lexers/LexPOV.lo src/scintilla/lexers/LexPS.lo src/scintilla/lexers/LexPascal.lo src/scintilla/lexers/LexPerl.lo src/scintilla/lexers/LexPowerPro.lo src/scintilla/lexers/LexPowerShell.lo src/scintilla/lexers/LexProgress.lo src/scintilla/lexers/LexProps.lo src/scintilla/lexers/LexPython.lo src/scintilla/lexers/LexR.lo src/scintilla/lexers/LexRebol.lo src/scintilla/lexers/LexRegistry.lo src/scintilla/lexers/LexRuby.lo src/scintilla/lexers/LexRust.lo src/scintilla/lexers/LexSML.lo src/scintilla/lexers/LexSQL.lo src/scintilla/lexers/LexScriptol.lo src/scintilla/lexers/LexSmalltalk.lo src/scintilla/lexers/LexSorcus.lo src/scintilla/lexers/LexSpecman.lo src/scintilla/lexers/LexSpice.lo src/scintilla/lexers/LexSTTXT.lo src/scintilla/lexers/LexTACL.lo src/scintilla/lexers/LexTADS3.lo src/scintilla/lexers/LexTAL.lo src/scintilla/lexers/LexTCL.lo src/scintilla/lexers/LexTCMD.lo src/scintilla/lexers/LexTeX.lo src/scintilla/lexers/LexTxt2tags.lo src/scintilla/lexers/LexVB.lo src/scintilla/lexers/LexVHDL.lo src/scintilla/lexers/LexVerilog.lo src/scintilla/lexers/LexVisualProlog.lo src/scintilla/lexers/LexYAML.lo src/scintilla/lexlib/Accessor.lo src/scintilla/lexlib/CharacterCategory.lo src/scintilla/lexlib/CharacterSet.lo src/scintilla/lexlib/LexerBase.lo src/scintilla/lexlib/LexerModule.lo src/scintilla/lexlib/LexerNoExceptions.lo src/scintilla/lexlib/LexerSimple.lo src/scintilla/lexlib/PropSetSimple.lo src/scintilla/lexlib/StyleContext.lo src/scintilla/lexlib/WordList.lo src/scintilla/src/AutoComplete.lo src/scintilla/src/CallTip.lo src/scintilla/src/CaseConvert.lo src/scintilla/src/CaseFolder.lo src/scintilla/src/Catalogue.lo src/scintilla/src/CellBuffer.lo src/scintilla/src/CharClassify.lo src/scintilla/src/ContractionState.lo src/scintilla/src/Decoration.lo src/scintilla/src/Document.lo src/scintilla/src/EditModel.lo src/scintilla/src/Editor.lo src/scintilla/src/EditView.lo src/scintilla/src/ExternalLexer.lo src/scintilla/src/Indicator.lo src/scintilla/src/KeyMap.lo src/scintilla/src/LineMarker.lo src/scintilla/src/MarginView.lo src/scintilla/src/PerLine.lo src/scintilla/src/PositionCache.lo src/scintilla/src/RESearch.lo src/scintilla/src/RunStyles.lo src/scintilla/src/ScintillaBase.lo src/scintilla/src/Selection.lo src/scintilla/src/Style.lo src/scintilla/src/UniConversion.lo src/scintilla/src/ViewStyle.lo src/scintilla/src/XPM.lo  -lpthread -ldl 
libtool: link: ar cr .libs/libwxscintilla.a src/.libs/PlatWX.o src/.libs/ScintillaWX.o src/.libs/wxscintilla.o src/scintilla/lexers/.libs/LexA68k.o src/scintilla/lexers/.libs/LexAPDL.o src/scintilla/lexers/.libs/LexASY.o src/scintilla/lexers/.libs/LexAU3.o src/scintilla/lexers/.libs/LexAVE.o src/scintilla/lexers/.libs/LexAVS.o src/scintilla/lexers/.libs/LexAbaqus.o src/scintilla/lexers/.libs/LexAda.o src/scintilla/lexers/.libs/LexAsm.o src/scintilla/lexers/.libs/LexAsn1.o src/scintilla/lexers/.libs/LexBaan.o src/scintilla/lexers/.libs/LexBash.o src/scintilla/lexers/.libs/LexBasic.o src/scintilla/lexers/.libs/LexBatch.o src/scintilla/lexers/.libs/LexBibTeX.o src/scintilla/lexers/.libs/LexBullant.o src/scintilla/lexers/.libs/LexCLW.o src/scintilla/lexers/.libs/LexCOBOL.o src/scintilla/lexers/.libs/LexCPP.o src/scintilla/lexers/.libs/LexCSS.o src/scintilla/lexers/.libs/LexCaml.o src/scintilla/lexers/.libs/LexCmake.o src/scintilla/lexers/.libs/LexCoffeeScript.o src/scintilla/lexers/.libs/LexConf.o src/scintilla/lexers/.libs/LexCrontab.o src/scintilla/lexers/.libs/LexCsound.o src/scintilla/lexers/.libs/LexD.o src/scintilla/lexers/.libs/LexDMAP.o src/scintilla/lexers/.libs/LexDMIS.o src/scintilla/lexers/.libs/LexDiff.o src/scintilla/lexers/.libs/LexECL.o src/scintilla/lexers/.libs/LexEDIFACT.o src/scintilla/lexers/.libs/LexEScript.o src/scintilla/lexers/.libs/LexEiffel.o src/scintilla/lexers/.libs/LexErlang.o src/scintilla/lexers/.libs/LexErrorList.o src/scintilla/lexers/.libs/LexFlagship.o src/scintilla/lexers/.libs/LexForth.o src/scintilla/lexers/.libs/LexFortran.o src/scintilla/lexers/.libs/LexGAP.o src/scintilla/lexers/.libs/LexGui4Cli.o src/scintilla/lexers/.libs/LexHTML.o src/scintilla/lexers/.libs/LexHaskell.o src/scintilla/lexers/.libs/LexHex.o src/scintilla/lexers/.libs/LexIndent.o src/scintilla/lexers/.libs/LexInno.o src/scintilla/lexers/.libs/LexJSON.o src/scintilla/lexers/.libs/LexKix.o src/scintilla/lexers/.libs/LexKVIrc.o src/scintilla/lexers/.libs/LexLaTeX.o src/scintilla/lexers/.libs/LexLisp.o src/scintilla/lexers/.libs/LexLout.o src/scintilla/lexers/.libs/LexLua.o src/scintilla/lexers/.libs/LexMMIXAL.o src/scintilla/lexers/.libs/LexMPT.o src/scintilla/lexers/.libs/LexMSSQL.o src/scintilla/lexers/.libs/LexMagik.o src/scintilla/lexers/.libs/LexMake.o src/scintilla/lexers/.libs/LexMarkdown.o src/scintilla/lexers/.libs/LexMatlab.o src/scintilla/lexers/.libs/LexMetapost.o src/scintilla/lexers/.libs/LexModula.o src/scintilla/lexers/.libs/LexMySQL.o src/scintilla/lexers/.libs/LexNimrod.o src/scintilla/lexers/.libs/LexNsis.o src/scintilla/lexers/.libs/LexNull.o src/scintilla/lexers/.libs/LexOScript.o src/scintilla/lexers/.libs/LexOpal.o src/scintilla/lexers/.libs/LexPB.o src/scintilla/lexers/.libs/LexPLM.o src/scintilla/lexers/.libs/LexPO.o src/scintilla/lexers/.libs/LexPOV.o src/scintilla/lexers/.libs/LexPS.o src/scintilla/lexers/.libs/LexPascal.o src/scintilla/lexers/.libs/LexPerl.o src/scintilla/lexers/.libs/LexPowerPro.o src/scintilla/lexers/.libs/LexPowerShell.o src/scintilla/lexers/.libs/LexProgress.o src/scintilla/lexers/.libs/LexProps.o src/scintilla/lexers/.libs/LexPython.o src/scintilla/lexers/.libs/LexR.o src/scintilla/lexers/.libs/LexRebol.o src/scintilla/lexers/.libs/LexRegistry.o src/scintilla/lexers/.libs/LexRuby.o src/scintilla/lexers/.libs/LexRust.o src/scintilla/lexers/.libs/LexSML.o src/scintilla/lexers/.libs/LexSQL.o src/scintilla/lexers/.libs/LexScriptol.o src/scintilla/lexers/.libs/LexSmalltalk.o src/scintilla/lexers/.libs/LexSorcus.o src/scintilla/lexers/.libs/LexSpecman.o src/scintilla/lexers/.libs/LexSpice.o src/scintilla/lexers/.libs/LexSTTXT.o src/scintilla/lexers/.libs/LexTACL.o src/scintilla/lexers/.libs/LexTADS3.o src/scintilla/lexers/.libs/LexTAL.o src/scintilla/lexers/.libs/LexTCL.o src/scintilla/lexers/.libs/LexTCMD.o src/scintilla/lexers/.libs/LexTeX.o src/scintilla/lexers/.libs/LexTxt2tags.o src/scintilla/lexers/.libs/LexVB.o src/scintilla/lexers/.libs/LexVHDL.o src/scintilla/lexers/.libs/LexVerilog.o src/scintilla/lexers/.libs/LexVisualProlog.o src/scintilla/lexers/.libs/LexYAML.o src/scintilla/lexlib/.libs/Accessor.o src/scintilla/lexlib/.libs/CharacterCategory.o src/scintilla/lexlib/.libs/CharacterSet.o src/scintilla/lexlib/.libs/LexerBase.o src/scintilla/lexlib/.libs/LexerModule.o src/scintilla/lexlib/.libs/LexerNoExceptions.o src/scintilla/lexlib/.libs/LexerSimple.o src/scintilla/lexlib/.libs/PropSetSimple.o src/scintilla/lexlib/.libs/StyleContext.o src/scintilla/lexlib/.libs/WordList.o src/scintilla/src/.libs/AutoComplete.o src/scintilla/src/.libs/CallTip.o src/scintilla/src/.libs/CaseConvert.o src/scintilla/src/.libs/CaseFolder.o src/scintilla/src/.libs/Catalogue.o src/scintilla/src/.libs/CellBuffer.o src/scintilla/src/.libs/CharClassify.o src/scintilla/src/.libs/ContractionState.o src/scintilla/src/.libs/Decoration.o src/scintilla/src/.libs/Document.o src/scintilla/src/.libs/EditModel.o src/scintilla/src/.libs/Editor.o src/scintilla/src/.libs/EditView.o src/scintilla/src/.libs/ExternalLexer.o src/scintilla/src/.libs/Indicator.o src/scintilla/src/.libs/KeyMap.o src/scintilla/src/.libs/LineMarker.o src/scintilla/src/.libs/MarginView.o src/scintilla/src/.libs/PerLine.o src/scintilla/src/.libs/PositionCache.o src/scintilla/src/.libs/RESearch.o src/scintilla/src/.libs/RunStyles.o src/scintilla/src/.libs/ScintillaBase.o src/scintilla/src/.libs/Selection.o src/scintilla/src/.libs/Style.o src/scintilla/src/.libs/UniConversion.o src/scintilla/src/.libs/ViewStyle.o src/scintilla/src/.libs/XPM.o 
libtool: link: ranlib .libs/libwxscintilla.a
libtool: link: ( cd ".libs" && rm -f "libwxscintilla.la" && ln -s "../libwxscintilla.la" "libwxscintilla.la" )
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/wxscintilla'
Making all in resources
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/resources'
Making all in lexers
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/resources/lexers'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/resources/lexers'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/resources'
PWD=`pwd` cd . && zip -qu /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/resources/manager_resources.zip auto_detect_compilers.xrc configure_tools.xrc confirm_replace_multiple.xrc confirm_replace.xrc edit_array_order.xrc edit_array_string.xrc edit_pair.xrc edit_path.xrc edit_tool.xrc external_deps.xrc findreplacedlg.xrc generic_multiline_notes.xrc generic_multi_select.xrc get_global_uservar.xrc global_uservars.xrc new_from_template.xrc plugins_configuration.xrc projectfile_options.xrc project_manager_file_types.xrc scripting_security_dlg.xrc select_target.xrc images/10x10/breakpoint_disabled.png images/10x10/breakpoint_other.png images/10x10/breakpoint.png images/12x12/breakpoint_disabled.png images/12x12/breakpoint_other.png images/12x12/breakpoint.png images/16x16/breakpoint_disabled.png images/16x16/breakpoint_other.png images/16x16/breakpoint.png images/16x16/missing_icon.png images/16x16/readonly.png images/16x16/select_target.png images/20x20/breakpoint_disabled.png images/20x20/breakpoint_other.png images/20x20/breakpoint.png images/20x20/missing_icon.png images/20x20/readonly.png images/20x20/select_target.png images/24x24/breakpoint_disabled.png images/24x24/breakpoint_other.png images/24x24/breakpoint.png images/24x24/missing_icon.png images/24x24/readonly.png images/24x24/select_target.png images/28x28/breakpoint_disabled.png images/28x28/breakpoint_other.png images/28x28/breakpoint.png images/28x28/missing_icon.png images/28x28/readonly.png images/28x28/select_target.png images/32x32/breakpoint_disabled.png images/32x32/breakpoint_other.png images/32x32/breakpoint.png images/32x32/missing_icon.png images/32x32/readonly.png images/32x32/select_target.png images/40x40/breakpoint_disabled.png images/40x40/breakpoint_other.png images/40x40/breakpoint.png images/40x40/missing_icon.png images/40x40/readonly.png images/40x40/select_target.png images/48x48/breakpoint_disabled.png images/48x48/breakpoint_other.png images/48x48/breakpoint.png images/48x48/missing_icon.png images/48x48/readonly.png images/48x48/select_target.png images/56x56/breakpoint_disabled.png images/56x56/breakpoint_other.png images/56x56/breakpoint.png images/56x56/missing_icon.png images/56x56/readonly.png images/56x56/select_target.png images/64x64/breakpoint_disabled.png images/64x64/breakpoint_other.png images/64x64/breakpoint.png images/64x64/missing_icon.png images/64x64/readonly.png images/64x64/select_target.png images/8x8/breakpoint_disabled.png images/8x8/breakpoint_other.png images/8x8/breakpoint.png > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/resources'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/resources'
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk'
depbase=`echo annoyingdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT annoyingdialog.lo -MD -MP -MF $depbase.Tpo -c -o annoyingdialog.lo annoyingdialog.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT annoyingdialog.lo -MD -MP -MF .deps/annoyingdialog.Tpo -c annoyingdialog.cpp  -fno-common -DPIC -o .libs/annoyingdialog.o
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from annoyingdialog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from annoyingdialog.cpp:24:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from annoyingdialog.cpp:24:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT annoyingdialog.lo -MD -MP -MF .deps/annoyingdialog.Tpo -c annoyingdialog.cpp -o annoyingdialog.o >/dev/null 2>&1
depbase=`echo autodetectcompilers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT autodetectcompilers.lo -MD -MP -MF $depbase.Tpo -c -o autodetectcompilers.lo autodetectcompilers.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT autodetectcompilers.lo -MD -MP -MF .deps/autodetectcompilers.Tpo -c autodetectcompilers.cpp  -fno-common -DPIC -o .libs/autodetectcompilers.o
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autodetectcompilers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autodetectcompilers.cpp:11:
../../src/include/autodetectcompilers.h:24:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autodetectcompilers.cpp:11:
../../src/include/autodetectcompilers.h:24:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT autodetectcompilers.lo -MD -MP -MF .deps/autodetectcompilers.Tpo -c autodetectcompilers.cpp -o autodetectcompilers.o >/dev/null 2>&1
depbase=`echo base64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT base64.lo -MD -MP -MF $depbase.Tpo -c -o base64.lo base64.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.cpp  -fno-common -DPIC -o .libs/base64.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.cpp -o base64.o >/dev/null 2>&1
depbase=`echo blockallocated.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT blockallocated.lo -MD -MP -MF $depbase.Tpo -c -o blockallocated.lo blockallocated.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT blockallocated.lo -MD -MP -MF .deps/blockallocated.Tpo -c blockallocated.cpp  -fno-common -DPIC -o .libs/blockallocated.o
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from blockallocated.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT blockallocated.lo -MD -MP -MF .deps/blockallocated.Tpo -c blockallocated.cpp -o blockallocated.o >/dev/null 2>&1
depbase=`echo cbart_provider.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbart_provider.lo -MD -MP -MF $depbase.Tpo -c -o cbart_provider.lo cbart_provider.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbart_provider.lo -MD -MP -MF .deps/cbart_provider.Tpo -c cbart_provider.cpp  -fno-common -DPIC -o .libs/cbart_provider.o
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbart_provider.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbart_provider.lo -MD -MP -MF .deps/cbart_provider.Tpo -c cbart_provider.cpp -o cbart_provider.o >/dev/null 2>&1
depbase=`echo cbauibook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbauibook.lo -MD -MP -MF $depbase.Tpo -c -o cbauibook.lo cbauibook.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbauibook.lo -MD -MP -MF .deps/cbauibook.Tpo -c cbauibook.cpp  -fno-common -DPIC -o .libs/cbauibook.o
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbauibook.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbauibook.lo -MD -MP -MF .deps/cbauibook.Tpo -c cbauibook.cpp -o cbauibook.o >/dev/null 2>&1
depbase=`echo cbcolourmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbcolourmanager.lo -MD -MP -MF $depbase.Tpo -c -o cbcolourmanager.lo cbcolourmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbcolourmanager.lo -MD -MP -MF .deps/cbcolourmanager.Tpo -c cbcolourmanager.cpp  -fno-common -DPIC -o .libs/cbcolourmanager.o
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbcolourmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbcolourmanager.lo -MD -MP -MF .deps/cbcolourmanager.Tpo -c cbcolourmanager.cpp -o cbcolourmanager.o >/dev/null 2>&1
depbase=`echo cbdebugger_interfaces.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbdebugger_interfaces.lo -MD -MP -MF $depbase.Tpo -c -o cbdebugger_interfaces.lo cbdebugger_interfaces.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbdebugger_interfaces.lo -MD -MP -MF .deps/cbdebugger_interfaces.Tpo -c cbdebugger_interfaces.cpp  -fno-common -DPIC -o .libs/cbdebugger_interfaces.o
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbdebugger_interfaces.cpp:6:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbdebugger_interfaces.lo -MD -MP -MF .deps/cbdebugger_interfaces.Tpo -c cbdebugger_interfaces.cpp -o cbdebugger_interfaces.o >/dev/null 2>&1
depbase=`echo cbeditor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbeditor.lo -MD -MP -MF $depbase.Tpo -c -o cbeditor.lo cbeditor.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbeditor.lo -MD -MP -MF .deps/cbeditor.Tpo -c cbeditor.cpp  -fno-common -DPIC -o .libs/cbeditor.o
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditor.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditor.cpp:40:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditor.cpp:40:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditor.cpp:53:
../../src/include/projectfileoptionsdlg.h:38:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditor.cpp:53:
../../src/include/projectfileoptionsdlg.h:38:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbeditor.lo -MD -MP -MF .deps/cbeditor.Tpo -c cbeditor.cpp -o cbeditor.o >/dev/null 2>&1
depbase=`echo cbeditorprintout.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbeditorprintout.lo -MD -MP -MF $depbase.Tpo -c -o cbeditorprintout.lo cbeditorprintout.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbeditorprintout.lo -MD -MP -MF .deps/cbeditorprintout.Tpo -c cbeditorprintout.cpp  -fno-common -DPIC -o .libs/cbeditorprintout.o
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditorprintout.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbeditorprintout.cpp:19:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbeditorprintout.cpp:19:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbeditorprintout.lo -MD -MP -MF .deps/cbeditorprintout.Tpo -c cbeditorprintout.cpp -o cbeditorprintout.o >/dev/null 2>&1
depbase=`echo cbexception.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbexception.lo -MD -MP -MF $depbase.Tpo -c -o cbexception.lo cbexception.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbexception.lo -MD -MP -MF .deps/cbexception.Tpo -c cbexception.cpp  -fno-common -DPIC -o .libs/cbexception.o
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbexception.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbexception.lo -MD -MP -MF .deps/cbexception.Tpo -c cbexception.cpp -o cbexception.o >/dev/null 2>&1
depbase=`echo cbplugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbplugin.lo -MD -MP -MF $depbase.Tpo -c -o cbplugin.lo cbplugin.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbplugin.lo -MD -MP -MF .deps/cbplugin.Tpo -c cbplugin.cpp  -fno-common -DPIC -o .libs/cbplugin.o
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbplugin.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbplugin.cpp:36:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbplugin.cpp:36:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbplugin.cpp:38:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbplugin.cpp:38:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbplugin.lo -MD -MP -MF .deps/cbplugin.Tpo -c cbplugin.cpp -o cbplugin.o >/dev/null 2>&1
depbase=`echo cbproject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbproject.lo -MD -MP -MF $depbase.Tpo -c -o cbproject.lo cbproject.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbproject.lo -MD -MP -MF .deps/cbproject.Tpo -c cbproject.cpp  -fno-common -DPIC -o .libs/cbproject.o
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbproject.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbproject.cpp:46:
../../src/include/selecttargetdlg.h:35:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbproject.cpp:46:
../../src/include/selecttargetdlg.h:35:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbproject.cpp:49:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbproject.cpp:49:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbproject.cpp:50:
../../src/include/genericmultilinenotesdlg.h:26:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbproject.cpp:50:
../../src/include/genericmultilinenotesdlg.h:26:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
41 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbproject.lo -MD -MP -MF .deps/cbproject.Tpo -c cbproject.cpp -o cbproject.o >/dev/null 2>&1
depbase=`echo cbstatusbar.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbstatusbar.lo -MD -MP -MF $depbase.Tpo -c -o cbstatusbar.lo cbstatusbar.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbstatusbar.lo -MD -MP -MF .deps/cbstatusbar.Tpo -c cbstatusbar.cpp  -fno-common -DPIC -o .libs/cbstatusbar.o
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstatusbar.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstatusbar.cpp:22:
../../src/include/cbstatusbar.h:91:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/statusbr.h:39:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstatusbar.cpp:22:
../../src/include/cbstatusbar.h:91:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/statusbr.h:39:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbstatusbar.lo -MD -MP -MF .deps/cbstatusbar.Tpo -c cbstatusbar.cpp -o cbstatusbar.o >/dev/null 2>&1
depbase=`echo cbstyledtextctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbstyledtextctrl.lo -MD -MP -MF $depbase.Tpo -c -o cbstyledtextctrl.lo cbstyledtextctrl.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbstyledtextctrl.lo -MD -MP -MF .deps/cbstyledtextctrl.Tpo -c cbstyledtextctrl.cpp  -fno-common -DPIC -o .libs/cbstyledtextctrl.o
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstyledtextctrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbstyledtextctrl.cpp:11:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbstyledtextctrl.cpp:11:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbstyledtextctrl.lo -MD -MP -MF .deps/cbstyledtextctrl.Tpo -c cbstyledtextctrl.cpp -o cbstyledtextctrl.o >/dev/null 2>&1
depbase=`echo cbthreadpool.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbthreadpool.lo -MD -MP -MF $depbase.Tpo -c -o cbthreadpool.lo cbthreadpool.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbthreadpool.lo -MD -MP -MF .deps/cbthreadpool.Tpo -c cbthreadpool.cpp  -fno-common -DPIC -o .libs/cbthreadpool.o
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbthreadpool.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
cbthreadpool.cpp:26:58: warning: 'mem_fun<void, cbThreadPool::cbWorkerThread>' is deprecated [-Wdeprecated-declarations]
  std::for_each(m_threads.begin(), m_threads.end(), std::mem_fun(&cbWorkerThread::Abort));
                                                         ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun<void, cbThreadPool::cbWorkerThread>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
cbthreadpool.cpp:29:64: warning: 'mem_fun_ref<void, cbThreadPool::cbThreadedTaskElement>' is deprecated [-Wdeprecated-declarations]
  std::for_each(m_tasksQueue.begin(), m_tasksQueue.end(), std::mem_fun_ref(&cbThreadedTaskElement::Delete));
                                                               ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/mem_fun_ref.h:86:1: note: 'mem_fun_ref<void, cbThreadPool::cbThreadedTaskElement>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
cbthreadpool.cpp:56:60: warning: 'mem_fun<void, cbThreadPool::cbWorkerThread>' is deprecated [-Wdeprecated-declarations]
    std::for_each(m_threads.begin(), m_threads.end(), std::mem_fun(&cbWorkerThread::Abort));
                                                           ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun<void, cbThreadPool::cbWorkerThread>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
cbthreadpool.cpp:99:58: warning: 'mem_fun<void, cbThreadPool::cbWorkerThread>' is deprecated [-Wdeprecated-declarations]
  std::for_each(m_threads.begin(), m_threads.end(), std::mem_fun(&cbWorkerThread::AbortTask));
                                                         ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/mem_fun_ref.h:50:1: note: 'mem_fun<void, cbThreadPool::cbWorkerThread>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
cbthreadpool.cpp:100:64: warning: 'mem_fun_ref<void, cbThreadPool::cbThreadedTaskElement>' is deprecated [-Wdeprecated-declarations]
  std::for_each(m_tasksQueue.begin(), m_tasksQueue.end(), std::mem_fun_ref(&cbThreadedTaskElement::Delete));
                                                               ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__functional/mem_fun_ref.h:86:1: note: 'mem_fun_ref<void, cbThreadPool::cbThreadedTaskElement>' has been explicitly marked deprecated here
_LIBCPP_DEPRECATED_IN_CXX11 inline _LIBCPP_INLINE_VISIBILITY
^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1054:39: note: expanded from macro '_LIBCPP_DEPRECATED_IN_CXX11'
#  define _LIBCPP_DEPRECATED_IN_CXX11 _LIBCPP_DEPRECATED
                                      ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1043:48: note: expanded from macro '_LIBCPP_DEPRECATED'
#    define _LIBCPP_DEPRECATED __attribute__ ((deprecated))
                                               ^
40 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbthreadpool.lo -MD -MP -MF .deps/cbthreadpool.Tpo -c cbthreadpool.cpp -o cbthreadpool.o >/dev/null 2>&1
depbase=`echo cbtreectrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbtreectrl.lo -MD -MP -MF $depbase.Tpo -c -o cbtreectrl.lo cbtreectrl.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbtreectrl.lo -MD -MP -MF .deps/cbtreectrl.Tpo -c cbtreectrl.cpp  -fno-common -DPIC -o .libs/cbtreectrl.o
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbtreectrl.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbtreectrl.lo -MD -MP -MF .deps/cbtreectrl.Tpo -c cbtreectrl.cpp -o cbtreectrl.o >/dev/null 2>&1
depbase=`echo cbworkspace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbworkspace.lo -MD -MP -MF $depbase.Tpo -c -o cbworkspace.lo cbworkspace.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbworkspace.lo -MD -MP -MF .deps/cbworkspace.Tpo -c cbworkspace.cpp  -fno-common -DPIC -o .libs/cbworkspace.o
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbworkspace.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbworkspace.lo -MD -MP -MF .deps/cbworkspace.Tpo -c cbworkspace.cpp -o cbworkspace.o >/dev/null 2>&1
depbase=`echo ccmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ccmanager.lo -MD -MP -MF $depbase.Tpo -c -o ccmanager.lo ccmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ccmanager.lo -MD -MP -MF .deps/ccmanager.Tpo -c ccmanager.cpp  -fno-common -DPIC -o .libs/ccmanager.o
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccmanager.cpp:34:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccmanager.cpp:34:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
ccmanager.cpp:187:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
ccmanager.cpp:187:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ccmanager.lo -MD -MP -MF .deps/ccmanager.Tpo -c ccmanager.cpp -o ccmanager.o >/dev/null 2>&1
depbase=`echo compileoptionsbase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compileoptionsbase.lo -MD -MP -MF $depbase.Tpo -c -o compileoptionsbase.lo compileoptionsbase.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compileoptionsbase.lo -MD -MP -MF .deps/compileoptionsbase.Tpo -c compileoptionsbase.cpp  -fno-common -DPIC -o .libs/compileoptionsbase.o
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileoptionsbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compileoptionsbase.lo -MD -MP -MF .deps/compileoptionsbase.Tpo -c compileoptionsbase.cpp -o compileoptionsbase.o >/dev/null 2>&1
depbase=`echo compiler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compiler.lo -MD -MP -MF $depbase.Tpo -c -o compiler.lo compiler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compiler.lo -MD -MP -MF .deps/compiler.Tpo -c compiler.cpp  -fno-common -DPIC -o .libs/compiler.o
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compiler.lo -MD -MP -MF .deps/compiler.Tpo -c compiler.cpp -o compiler.o >/dev/null 2>&1
depbase=`echo compilercommandgenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilercommandgenerator.lo -MD -MP -MF $depbase.Tpo -c -o compilercommandgenerator.lo compilercommandgenerator.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilercommandgenerator.lo -MD -MP -MF .deps/compilercommandgenerator.Tpo -c compilercommandgenerator.cpp  -fno-common -DPIC -o .libs/compilercommandgenerator.o
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilercommandgenerator.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilercommandgenerator.lo -MD -MP -MF .deps/compilercommandgenerator.Tpo -c compilercommandgenerator.cpp -o compilercommandgenerator.o >/dev/null 2>&1
depbase=`echo compilerfactory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerfactory.lo -MD -MP -MF $depbase.Tpo -c -o compilerfactory.lo compilerfactory.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerfactory.lo -MD -MP -MF .deps/compilerfactory.Tpo -c compilerfactory.cpp  -fno-common -DPIC -o .libs/compilerfactory.o
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerfactory.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerfactory.cpp:21:
../../src/include/autodetectcompilers.h:24:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerfactory.cpp:21:
../../src/include/autodetectcompilers.h:24:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerfactory.lo -MD -MP -MF .deps/compilerfactory.Tpo -c compilerfactory.cpp -o compilerfactory.o >/dev/null 2>&1
depbase=`echo compileroptions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compileroptions.lo -MD -MP -MF $depbase.Tpo -c -o compileroptions.lo compileroptions.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compileroptions.lo -MD -MP -MF .deps/compileroptions.Tpo -c compileroptions.cpp  -fno-common -DPIC -o .libs/compileroptions.o
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptions.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compileroptions.lo -MD -MP -MF .deps/compileroptions.Tpo -c compileroptions.cpp -o compileroptions.o >/dev/null 2>&1
depbase=`echo compiletargetbase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compiletargetbase.lo -MD -MP -MF $depbase.Tpo -c -o compiletargetbase.lo compiletargetbase.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compiletargetbase.lo -MD -MP -MF .deps/compiletargetbase.Tpo -c compiletargetbase.cpp  -fno-common -DPIC -o .libs/compiletargetbase.o
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiletargetbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compiletargetbase.lo -MD -MP -MF .deps/compiletargetbase.Tpo -c compiletargetbase.cpp -o compiletargetbase.o >/dev/null 2>&1
depbase=`echo configmanager-revision.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT configmanager-revision.lo -MD -MP -MF $depbase.Tpo -c -o configmanager-revision.lo configmanager-revision.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT configmanager-revision.lo -MD -MP -MF .deps/configmanager-revision.Tpo -c configmanager-revision.cpp  -fno-common -DPIC -o .libs/configmanager-revision.o
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager-revision.cpp:15:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT configmanager-revision.lo -MD -MP -MF .deps/configmanager-revision.Tpo -c configmanager-revision.cpp -o configmanager-revision.o >/dev/null 2>&1
depbase=`echo configmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT configmanager.lo -MD -MP -MF $depbase.Tpo -c -o configmanager.lo configmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT configmanager.lo -MD -MP -MF .deps/configmanager.Tpo -c configmanager.cpp  -fno-common -DPIC -o .libs/configmanager.o
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configmanager.cpp:34:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configmanager.cpp:34:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT configmanager.lo -MD -MP -MF .deps/configmanager.Tpo -c configmanager.cpp -o configmanager.o >/dev/null 2>&1
depbase=`echo configurationpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT configurationpanel.lo -MD -MP -MF $depbase.Tpo -c -o configurationpanel.lo configurationpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT configurationpanel.lo -MD -MP -MF .deps/configurationpanel.Tpo -c configurationpanel.cpp  -fno-common -DPIC -o .libs/configurationpanel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT configurationpanel.lo -MD -MP -MF .deps/configurationpanel.Tpo -c configurationpanel.cpp -o configurationpanel.o >/dev/null 2>&1
depbase=`echo configuretoolsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT configuretoolsdlg.lo -MD -MP -MF $depbase.Tpo -c -o configuretoolsdlg.lo configuretoolsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT configuretoolsdlg.lo -MD -MP -MF .deps/configuretoolsdlg.Tpo -c configuretoolsdlg.cpp  -fno-common -DPIC -o .libs/configuretoolsdlg.o
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configuretoolsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configuretoolsdlg.cpp:25:
../../src/include/configuretoolsdlg.h:32:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configuretoolsdlg.cpp:25:
../../src/include/configuretoolsdlg.h:32:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from configuretoolsdlg.cpp:26:
../../src/include/edittooldlg.h:28:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from configuretoolsdlg.cpp:26:
../../src/include/edittooldlg.h:28:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT configuretoolsdlg.lo -MD -MP -MF .deps/configuretoolsdlg.Tpo -c configuretoolsdlg.cpp -o configuretoolsdlg.o >/dev/null 2>&1
depbase=`echo confirmreplacedlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT confirmreplacedlg.lo -MD -MP -MF $depbase.Tpo -c -o confirmreplacedlg.lo confirmreplacedlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT confirmreplacedlg.lo -MD -MP -MF .deps/confirmreplacedlg.Tpo -c confirmreplacedlg.cpp  -fno-common -DPIC -o .libs/confirmreplacedlg.o
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from confirmreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from confirmreplacedlg.cpp:19:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from confirmreplacedlg.cpp:19:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from confirmreplacedlg.cpp:21:
../../src/include/confirmreplacedlg.h:40:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from confirmreplacedlg.cpp:21:
../../src/include/confirmreplacedlg.h:40:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT confirmreplacedlg.lo -MD -MP -MF .deps/confirmreplacedlg.Tpo -c confirmreplacedlg.cpp -o confirmreplacedlg.o >/dev/null 2>&1
depbase=`echo crc32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT crc32.lo -MD -MP -MF $depbase.Tpo -c -o crc32.lo crc32.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.cpp  -fno-common -DPIC -o .libs/crc32.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT crc32.lo -MD -MP -MF .deps/crc32.Tpo -c crc32.cpp -o crc32.o >/dev/null 2>&1
depbase=`echo debuggermanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debuggermanager.lo -MD -MP -MF $depbase.Tpo -c -o debuggermanager.lo debuggermanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggermanager.lo -MD -MP -MF .deps/debuggermanager.Tpo -c debuggermanager.cpp  -fno-common -DPIC -o .libs/debuggermanager.o
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermanager.cpp:40:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermanager.cpp:40:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggermanager.lo -MD -MP -MF .deps/debuggermanager.Tpo -c debuggermanager.cpp -o debuggermanager.o >/dev/null 2>&1
depbase=`echo editarrayfiledlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editarrayfiledlg.lo -MD -MP -MF $depbase.Tpo -c -o editarrayfiledlg.lo editarrayfiledlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editarrayfiledlg.lo -MD -MP -MF .deps/editarrayfiledlg.Tpo -c editarrayfiledlg.cpp  -fno-common -DPIC -o .libs/editarrayfiledlg.o
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayfiledlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayfiledlg.cpp:22:
../../src/include/editarrayfiledlg.h:29:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayfiledlg.cpp:22:
../../src/include/editarrayfiledlg.h:29:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editarrayfiledlg.lo -MD -MP -MF .deps/editarrayfiledlg.Tpo -c editarrayfiledlg.cpp -o editarrayfiledlg.o >/dev/null 2>&1
depbase=`echo editarrayorderdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editarrayorderdlg.lo -MD -MP -MF $depbase.Tpo -c -o editarrayorderdlg.lo editarrayorderdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editarrayorderdlg.lo -MD -MP -MF .deps/editarrayorderdlg.Tpo -c editarrayorderdlg.cpp  -fno-common -DPIC -o .libs/editarrayorderdlg.o
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayorderdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarrayorderdlg.cpp:19:
../../src/include/editarrayorderdlg.h:33:6: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarrayorderdlg.cpp:19:
../../src/include/editarrayorderdlg.h:33:6: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editarrayorderdlg.lo -MD -MP -MF .deps/editarrayorderdlg.Tpo -c editarrayorderdlg.cpp -o editarrayorderdlg.o >/dev/null 2>&1
depbase=`echo editarraystringdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editarraystringdlg.lo -MD -MP -MF $depbase.Tpo -c -o editarraystringdlg.lo editarraystringdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editarraystringdlg.lo -MD -MP -MF .deps/editarraystringdlg.Tpo -c editarraystringdlg.cpp  -fno-common -DPIC -o .libs/editarraystringdlg.o
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarraystringdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editarraystringdlg.cpp:21:
../../src/include/editarraystringdlg.h:27:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editarraystringdlg.cpp:21:
../../src/include/editarraystringdlg.h:27:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editarraystringdlg.lo -MD -MP -MF .deps/editarraystringdlg.Tpo -c editarraystringdlg.cpp -o editarraystringdlg.o >/dev/null 2>&1
depbase=`echo editor_hooks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editor_hooks.lo -MD -MP -MF $depbase.Tpo -c -o editor_hooks.lo editor_hooks.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editor_hooks.lo -MD -MP -MF .deps/editor_hooks.Tpo -c editor_hooks.cpp  -fno-common -DPIC -o .libs/editor_hooks.o
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editor_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editor_hooks.lo -MD -MP -MF .deps/editor_hooks.Tpo -c editor_hooks.cpp -o editor_hooks.o >/dev/null 2>&1
depbase=`echo editorbase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editorbase.lo -MD -MP -MF $depbase.Tpo -c -o editorbase.lo editorbase.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editorbase.lo -MD -MP -MF .deps/editorbase.Tpo -c editorbase.cpp  -fno-common -DPIC -o .libs/editorbase.o
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorbase.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorbase.cpp:28:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorbase.cpp:28:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editorbase.lo -MD -MP -MF .deps/editorbase.Tpo -c editorbase.cpp -o editorbase.o >/dev/null 2>&1
depbase=`echo editorcolourset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editorcolourset.lo -MD -MP -MF $depbase.Tpo -c -o editorcolourset.lo editorcolourset.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editorcolourset.lo -MD -MP -MF .deps/editorcolourset.Tpo -c editorcolourset.cpp  -fno-common -DPIC -o .libs/editorcolourset.o
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorcolourset.cpp:29:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorcolourset.cpp:29:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
editorcolourset.cpp:558:14: warning: 'SetStyleBits' is deprecated: This method uses a function deprecated in the Scintilla library. [-Wdeprecated-declarations]
    control->SetStyleBits(control->GetStyleBitsNeeded());
             ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:3347:5: note: 'SetStyleBits' has been explicitly marked deprecated here
    wxDEPRECATED_MSG( "This method uses a function deprecated in the Scintilla library." )
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/defs.h:637:54: note: expanded from macro 'wxDEPRECATED_MSG'
        #define wxDEPRECATED_MSG(msg) __attribute__((deprecated(msg)))
                                                     ^
editorcolourset.cpp:558:36: warning: 'GetStyleBitsNeeded' is deprecated: This method uses a function deprecated in the Scintilla library. [-Wdeprecated-declarations]
    control->SetStyleBits(control->GetStyleBitsNeeded());
                                   ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5037:5: note: 'GetStyleBitsNeeded' has been explicitly marked deprecated here
    wxDEPRECATED_MSG( "This method uses a function deprecated in the Scintilla library." )
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/defs.h:637:54: note: expanded from macro 'wxDEPRECATED_MSG'
        #define wxDEPRECATED_MSG(msg) __attribute__((deprecated(msg)))
                                                     ^
editorcolourset.cpp:561:41: warning: 'GetStyleBits' is deprecated: This method uses a function deprecated in the Scintilla library. [-Wdeprecated-declarations]
        int countStyles = 1 << control->GetStyleBits();
                                        ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:3353:5: note: 'GetStyleBits' has been explicitly marked deprecated here
    wxDEPRECATED_MSG( "This method uses a function deprecated in the Scintilla library." )
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/defs.h:637:54: note: expanded from macro 'wxDEPRECATED_MSG'
        #define wxDEPRECATED_MSG(msg) __attribute__((deprecated(msg)))
                                                     ^
In file included from editorcolourset.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:17:
../../src/include/manager.h:222:13: warning: instantiation of variable 'Mgr<FileManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        if (instance == nullptr)
            ^
editorcolourset.cpp:106:36: note: in instantiation of member function 'Mgr<FileManager>::Get' requested here
    FileManager *fm = FileManager::Get();
                                   ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:222:13: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<FileManager>::instance' is explicitly instantiated in another translation unit
        if (instance == nullptr)
            ^
../../src/include/manager.h:224:17: warning: instantiation of variable 'Mgr<FileManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
            if (isShutdown == false)
                ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:224:17: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<FileManager>::isShutdown' is explicitly instantiated in another translation unit
            if (isShutdown == false)
                ^
42 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editorcolourset.lo -MD -MP -MF .deps/editorcolourset.Tpo -c editorcolourset.cpp -o editorcolourset.o >/dev/null 2>&1
depbase=`echo editorlexerloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editorlexerloader.lo -MD -MP -MF $depbase.Tpo -c -o editorlexerloader.lo editorlexerloader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editorlexerloader.lo -MD -MP -MF .deps/editorlexerloader.Tpo -c editorlexerloader.cpp  -fno-common -DPIC -o .libs/editorlexerloader.o
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorlexerloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editorlexerloader.lo -MD -MP -MF .deps/editorlexerloader.Tpo -c editorlexerloader.cpp -o editorlexerloader.o >/dev/null 2>&1
depbase=`echo editormanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editormanager.lo -MD -MP -MF $depbase.Tpo -c -o editormanager.lo editormanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editormanager.lo -MD -MP -MF .deps/editormanager.Tpo -c editormanager.cpp  -fno-common -DPIC -o .libs/editormanager.o
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editormanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editormanager.cpp:36:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editormanager.cpp:36:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editormanager.cpp:37:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editormanager.cpp:37:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editormanager.cpp:47:
../../src/include/confirmreplacedlg.h:40:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editormanager.cpp:47:
../../src/include/confirmreplacedlg.h:40:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editormanager.cpp:49:
../../src/include/projectfileoptionsdlg.h:38:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editormanager.cpp:49:
../../src/include/projectfileoptionsdlg.h:38:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
43 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editormanager.lo -MD -MP -MF .deps/editormanager.Tpo -c editormanager.cpp -o editormanager.o >/dev/null 2>&1
depbase=`echo editpairdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editpairdlg.lo -MD -MP -MF $depbase.Tpo -c -o editpairdlg.lo editpairdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editpairdlg.lo -MD -MP -MF .deps/editpairdlg.Tpo -c editpairdlg.cpp  -fno-common -DPIC -o .libs/editpairdlg.o
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpairdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpairdlg.cpp:21:
../../src/include/editpairdlg.h:34:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpairdlg.cpp:21:
../../src/include/editpairdlg.h:34:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editpairdlg.lo -MD -MP -MF .deps/editpairdlg.Tpo -c editpairdlg.cpp -o editpairdlg.o >/dev/null 2>&1
depbase=`echo editpathdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editpathdlg.lo -MD -MP -MF $depbase.Tpo -c -o editpathdlg.lo editpathdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editpathdlg.lo -MD -MP -MF .deps/editpathdlg.Tpo -c editpathdlg.cpp  -fno-common -DPIC -o .libs/editpathdlg.o
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpathdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editpathdlg.cpp:25:
../../src/include/editpathdlg.h:46:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editpathdlg.cpp:25:
../../src/include/editpathdlg.h:46:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editpathdlg.lo -MD -MP -MF .deps/editpathdlg.Tpo -c editpathdlg.cpp -o editpathdlg.o >/dev/null 2>&1
depbase=`echo edittooldlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT edittooldlg.lo -MD -MP -MF $depbase.Tpo -c -o edittooldlg.lo edittooldlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT edittooldlg.lo -MD -MP -MF .deps/edittooldlg.Tpo -c edittooldlg.cpp  -fno-common -DPIC -o .libs/edittooldlg.o
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from edittooldlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from edittooldlg.cpp:25:
../../src/include/edittooldlg.h:28:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from edittooldlg.cpp:25:
../../src/include/edittooldlg.h:28:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT edittooldlg.lo -MD -MP -MF .deps/edittooldlg.Tpo -c edittooldlg.cpp -o edittooldlg.o >/dev/null 2>&1
depbase=`echo encodingdetector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT encodingdetector.lo -MD -MP -MF $depbase.Tpo -c -o encodingdetector.lo encodingdetector.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT encodingdetector.lo -MD -MP -MF .deps/encodingdetector.Tpo -c encodingdetector.cpp  -fno-common -DPIC -o .libs/encodingdetector.o
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from encodingdetector.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT encodingdetector.lo -MD -MP -MF .deps/encodingdetector.Tpo -c encodingdetector.cpp -o encodingdetector.o >/dev/null 2>&1
depbase=`echo externaldepsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT externaldepsdlg.lo -MD -MP -MF $depbase.Tpo -c -o externaldepsdlg.lo externaldepsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT externaldepsdlg.lo -MD -MP -MF .deps/externaldepsdlg.Tpo -c externaldepsdlg.cpp  -fno-common -DPIC -o .libs/externaldepsdlg.o
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from externaldepsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from externaldepsdlg.cpp:21:
../../src/include/externaldepsdlg.h:46:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from externaldepsdlg.cpp:21:
../../src/include/externaldepsdlg.h:46:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from externaldepsdlg.cpp:23:
../../src/include/editpathdlg.h:46:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from externaldepsdlg.cpp:23:
../../src/include/editpathdlg.h:46:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT externaldepsdlg.lo -MD -MP -MF .deps/externaldepsdlg.Tpo -c externaldepsdlg.cpp -o externaldepsdlg.o >/dev/null 2>&1
depbase=`echo filefilters.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT filefilters.lo -MD -MP -MF $depbase.Tpo -c -o filefilters.lo filefilters.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT filefilters.lo -MD -MP -MF .deps/filefilters.Tpo -c filefilters.cpp  -fno-common -DPIC -o .libs/filefilters.o
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filefilters.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT filefilters.lo -MD -MP -MF .deps/filefilters.Tpo -c filefilters.cpp -o filefilters.o >/dev/null 2>&1
depbase=`echo filegroupsandmasks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT filegroupsandmasks.lo -MD -MP -MF $depbase.Tpo -c -o filegroupsandmasks.lo filegroupsandmasks.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT filegroupsandmasks.lo -MD -MP -MF .deps/filegroupsandmasks.Tpo -c filegroupsandmasks.cpp  -fno-common -DPIC -o .libs/filegroupsandmasks.o
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filegroupsandmasks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT filegroupsandmasks.lo -MD -MP -MF .deps/filegroupsandmasks.Tpo -c filegroupsandmasks.cpp -o filegroupsandmasks.o >/dev/null 2>&1
depbase=`echo filemanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT filemanager.lo -MD -MP -MF $depbase.Tpo -c -o filemanager.lo filemanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT filemanager.lo -MD -MP -MF .deps/filemanager.Tpo -c filemanager.cpp  -fno-common -DPIC -o .libs/filemanager.o
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filemanager.cpp:19:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filemanager.cpp:19:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT filemanager.lo -MD -MP -MF .deps/filemanager.Tpo -c filemanager.cpp -o filemanager.o >/dev/null 2>&1
depbase=`echo findreplacedlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT findreplacedlg.lo -MD -MP -MF $depbase.Tpo -c -o findreplacedlg.lo findreplacedlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT findreplacedlg.lo -MD -MP -MF .deps/findreplacedlg.Tpo -c findreplacedlg.cpp  -fno-common -DPIC -o .libs/findreplacedlg.o
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from findreplacedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from findreplacedlg.cpp:12:
../../src/include/findreplacedlg.h:69:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from findreplacedlg.cpp:12:
../../src/include/findreplacedlg.h:69:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from findreplacedlg.cpp:35:
../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from findreplacedlg.cpp:35:
../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT findreplacedlg.lo -MD -MP -MF .deps/findreplacedlg.Tpo -c findreplacedlg.cpp -o findreplacedlg.o >/dev/null 2>&1
depbase=`echo genericmultilinenotesdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT genericmultilinenotesdlg.lo -MD -MP -MF $depbase.Tpo -c -o genericmultilinenotesdlg.lo genericmultilinenotesdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT genericmultilinenotesdlg.lo -MD -MP -MF .deps/genericmultilinenotesdlg.Tpo -c genericmultilinenotesdlg.cpp  -fno-common -DPIC -o .libs/genericmultilinenotesdlg.o
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericmultilinenotesdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericmultilinenotesdlg.cpp:18:
../../src/include/genericmultilinenotesdlg.h:26:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericmultilinenotesdlg.cpp:18:
../../src/include/genericmultilinenotesdlg.h:26:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT genericmultilinenotesdlg.lo -MD -MP -MF .deps/genericmultilinenotesdlg.Tpo -c genericmultilinenotesdlg.cpp -o genericmultilinenotesdlg.o >/dev/null 2>&1
depbase=`echo globals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT globals.lo -MD -MP -MF $depbase.Tpo -c -o globals.lo globals.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cpp  -fno-common -DPIC -o .libs/globals.o
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT globals.lo -MD -MP -MF .deps/globals.Tpo -c globals.cpp -o globals.o >/dev/null 2>&1
depbase=`echo importers_globals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT importers_globals.lo -MD -MP -MF $depbase.Tpo -c -o importers_globals.lo importers_globals.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT importers_globals.lo -MD -MP -MF .deps/importers_globals.Tpo -c importers_globals.cpp  -fno-common -DPIC -o .libs/importers_globals.o
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from importers_globals.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT importers_globals.lo -MD -MP -MF .deps/importers_globals.Tpo -c importers_globals.cpp -o importers_globals.o >/dev/null 2>&1
depbase=`echo incremental_select_helper.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT incremental_select_helper.lo -MD -MP -MF $depbase.Tpo -c -o incremental_select_helper.lo incremental_select_helper.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT incremental_select_helper.lo -MD -MP -MF .deps/incremental_select_helper.Tpo -c incremental_select_helper.cpp  -fno-common -DPIC -o .libs/incremental_select_helper.o
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from incremental_select_helper.cpp:7:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from incremental_select_helper.cpp:9:
../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from incremental_select_helper.cpp:9:
../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT incremental_select_helper.lo -MD -MP -MF .deps/incremental_select_helper.Tpo -c incremental_select_helper.cpp -o incremental_select_helper.o >/dev/null 2>&1
depbase=`echo infowindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT infowindow.lo -MD -MP -MF $depbase.Tpo -c -o infowindow.lo infowindow.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT infowindow.lo -MD -MP -MF .deps/infowindow.Tpo -c infowindow.cpp  -fno-common -DPIC -o .libs/infowindow.o
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infowindow.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT infowindow.lo -MD -MP -MF .deps/infowindow.Tpo -c infowindow.cpp -o infowindow.o >/dev/null 2>&1
depbase=`echo loggers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT loggers.lo -MD -MP -MF $depbase.Tpo -c -o loggers.lo loggers.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT loggers.lo -MD -MP -MF .deps/loggers.Tpo -c loggers.cpp  -fno-common -DPIC -o .libs/loggers.o
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from loggers.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT loggers.lo -MD -MP -MF .deps/loggers.Tpo -c loggers.cpp -o loggers.o >/dev/null 2>&1
depbase=`echo logmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT logmanager.lo -MD -MP -MF $depbase.Tpo -c -o logmanager.lo logmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT logmanager.lo -MD -MP -MF .deps/logmanager.Tpo -c logmanager.cpp  -fno-common -DPIC -o .libs/logmanager.o
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from logmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT logmanager.lo -MD -MP -MF .deps/logmanager.Tpo -c logmanager.cpp -o logmanager.o >/dev/null 2>&1
depbase=`echo macrosmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT macrosmanager.lo -MD -MP -MF $depbase.Tpo -c -o macrosmanager.lo macrosmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT macrosmanager.lo -MD -MP -MF .deps/macrosmanager.Tpo -c macrosmanager.cpp  -fno-common -DPIC -o .libs/macrosmanager.o
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from macrosmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from macrosmanager.cpp:37:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from macrosmanager.cpp:37:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT macrosmanager.lo -MD -MP -MF .deps/macrosmanager.Tpo -c macrosmanager.cpp -o macrosmanager.o >/dev/null 2>&1
depbase=`echo manager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT manager.lo -MD -MP -MF $depbase.Tpo -c -o manager.lo manager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT manager.lo -MD -MP -MF .deps/manager.Tpo -c manager.cpp  -fno-common -DPIC -o .libs/manager.o
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from manager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:17:
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<ToolsManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:240:19: note: in instantiation of member function 'Mgr<ToolsManager>::Free' requested here
    ToolsManager::Free();
                  ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<ToolsManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<ToolsManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<ToolsManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<TemplateManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:241:22: note: in instantiation of member function 'Mgr<TemplateManager>::Free' requested here
    TemplateManager::Free();
                     ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<TemplateManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<TemplateManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<TemplateManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<CCManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:242:16: note: in instantiation of member function 'Mgr<CCManager>::Free' requested here
    CCManager::Free();
               ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<CCManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<CCManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<CCManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<PluginManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:243:20: note: in instantiation of member function 'Mgr<PluginManager>::Free' requested here
    PluginManager::Free();
                   ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<PluginManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<PluginManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<PluginManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<DebuggerManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:244:22: note: in instantiation of member function 'Mgr<DebuggerManager>::Free' requested here
    DebuggerManager::Free();
                     ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<DebuggerManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<DebuggerManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<DebuggerManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<ScriptingManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:245:23: note: in instantiation of member function 'Mgr<ScriptingManager>::Free' requested here
    ScriptingManager::Free();
                      ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<ScriptingManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<ScriptingManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<ScriptingManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<ProjectManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:246:21: note: in instantiation of member function 'Mgr<ProjectManager>::Free' requested here
    ProjectManager::Free();
                    ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<ProjectManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<ProjectManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<ProjectManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<EditorManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:247:20: note: in instantiation of member function 'Mgr<EditorManager>::Free' requested here
    EditorManager::Free();
                   ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<EditorManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<EditorManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<EditorManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<PersonalityManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:248:25: note: in instantiation of member function 'Mgr<PersonalityManager>::Free' requested here
    PersonalityManager::Free();
                        ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<PersonalityManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<PersonalityManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<PersonalityManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<MacrosManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:249:20: note: in instantiation of member function 'Mgr<MacrosManager>::Free' requested here
    MacrosManager::Free();
                   ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<MacrosManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<MacrosManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<MacrosManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<UserVariableManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:250:26: note: in instantiation of member function 'Mgr<UserVariableManager>::Free' requested here
    UserVariableManager::Free();
                         ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<UserVariableManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<UserVariableManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<UserVariableManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<LogManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:251:17: note: in instantiation of member function 'Mgr<LogManager>::Free' requested here
    LogManager::Free();
                ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<LogManager>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<LogManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<LogManager>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:234:9: warning: instantiation of variable 'Mgr<CfgMgrBldr>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
        isShutdown = true;
        ^
manager.cpp:252:17: note: in instantiation of member function 'Mgr<CfgMgrBldr>::Free' requested here
    CfgMgrBldr::Free();
                ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:234:9: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<CfgMgrBldr>::isShutdown' is explicitly instantiated in another translation unit
        isShutdown = true;
        ^
../../src/include/manager.h:235:16: warning: instantiation of variable 'Mgr<CfgMgrBldr>::instance' required here, but no definition is available [-Wundefined-var-template]
        delete instance;
               ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:235:16: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<CfgMgrBldr>::instance' is explicitly instantiated in another translation unit
        delete instance;
               ^
../../src/include/manager.h:222:13: warning: instantiation of variable 'Mgr<FileManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        if (instance == nullptr)
            ^
manager.cpp:499:25: note: in instantiation of member function 'Mgr<FileManager>::Get' requested here
    return FileManager::Get();
                        ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:222:13: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<FileManager>::instance' is explicitly instantiated in another translation unit
        if (instance == nullptr)
            ^
../../src/include/manager.h:224:17: warning: instantiation of variable 'Mgr<FileManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
            if (isShutdown == false)
                ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:224:17: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<FileManager>::isShutdown' is explicitly instantiated in another translation unit
            if (isShutdown == false)
                ^
../../src/include/manager.h:222:13: warning: instantiation of variable 'Mgr<ColourManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        if (instance == nullptr)
            ^
manager.cpp:509:27: note: in instantiation of member function 'Mgr<ColourManager>::Get' requested here
    return ColourManager::Get();
                          ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:222:13: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<ColourManager>::instance' is explicitly instantiated in another translation unit
        if (instance == nullptr)
            ^
../../src/include/manager.h:224:17: warning: instantiation of variable 'Mgr<ColourManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
            if (isShutdown == false)
                ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:224:17: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<ColourManager>::isShutdown' is explicitly instantiated in another translation unit
            if (isShutdown == false)
                ^
65 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT manager.lo -MD -MP -MF .deps/manager.Tpo -c manager.cpp -o manager.o >/dev/null 2>&1
depbase=`echo menuitemsmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT menuitemsmanager.lo -MD -MP -MF $depbase.Tpo -c -o menuitemsmanager.lo menuitemsmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT menuitemsmanager.lo -MD -MP -MF .deps/menuitemsmanager.Tpo -c menuitemsmanager.cpp  -fno-common -DPIC -o .libs/menuitemsmanager.o
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from menuitemsmanager.cpp:14:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT menuitemsmanager.lo -MD -MP -MF .deps/menuitemsmanager.Tpo -c menuitemsmanager.cpp -o menuitemsmanager.o >/dev/null 2>&1
depbase=`echo multiselectdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT multiselectdlg.lo -MD -MP -MF $depbase.Tpo -c -o multiselectdlg.lo multiselectdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT multiselectdlg.lo -MD -MP -MF .deps/multiselectdlg.Tpo -c multiselectdlg.cpp  -fno-common -DPIC -o .libs/multiselectdlg.o
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from multiselectdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from multiselectdlg.cpp:21:
../../src/include/multiselectdlg.h:42:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from multiselectdlg.cpp:21:
../../src/include/multiselectdlg.h:42:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT multiselectdlg.lo -MD -MP -MF .deps/multiselectdlg.Tpo -c multiselectdlg.cpp -o multiselectdlg.o >/dev/null 2>&1
depbase=`echo newfromtemplatedlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT newfromtemplatedlg.lo -MD -MP -MF $depbase.Tpo -c -o newfromtemplatedlg.lo newfromtemplatedlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT newfromtemplatedlg.lo -MD -MP -MF .deps/newfromtemplatedlg.Tpo -c newfromtemplatedlg.cpp  -fno-common -DPIC -o .libs/newfromtemplatedlg.o
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from newfromtemplatedlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from newfromtemplatedlg.cpp:30:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from newfromtemplatedlg.cpp:30:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from newfromtemplatedlg.cpp:35:
../../src/include/newfromtemplatedlg.h:61:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from newfromtemplatedlg.cpp:35:
../../src/include/newfromtemplatedlg.h:61:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT newfromtemplatedlg.lo -MD -MP -MF .deps/newfromtemplatedlg.Tpo -c newfromtemplatedlg.cpp -o newfromtemplatedlg.o >/dev/null 2>&1
depbase=`echo personalitymanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT personalitymanager.lo -MD -MP -MF $depbase.Tpo -c -o personalitymanager.lo personalitymanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT personalitymanager.lo -MD -MP -MF .deps/personalitymanager.Tpo -c personalitymanager.cpp  -fno-common -DPIC -o .libs/personalitymanager.o
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from personalitymanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT personalitymanager.lo -MD -MP -MF .deps/personalitymanager.Tpo -c personalitymanager.cpp -o personalitymanager.o >/dev/null 2>&1
depbase=`echo pipedprocess.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT pipedprocess.lo -MD -MP -MF $depbase.Tpo -c -o pipedprocess.lo pipedprocess.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT pipedprocess.lo -MD -MP -MF .deps/pipedprocess.Tpo -c pipedprocess.cpp  -fno-common -DPIC -o .libs/pipedprocess.o
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pipedprocess.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT pipedprocess.lo -MD -MP -MF .deps/pipedprocess.Tpo -c pipedprocess.cpp -o pipedprocess.o >/dev/null 2>&1
depbase=`echo pluginmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT pluginmanager.lo -MD -MP -MF $depbase.Tpo -c -o pluginmanager.lo pluginmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT pluginmanager.lo -MD -MP -MF .deps/pluginmanager.Tpo -c pluginmanager.cpp  -fno-common -DPIC -o .libs/pluginmanager.o
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginmanager.cpp:49:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginmanager.cpp:49:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginmanager.cpp:50:
../../src/include/pluginsconfigurationdlg.h:39:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginmanager.cpp:50:
../../src/include/pluginsconfigurationdlg.h:39:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT pluginmanager.lo -MD -MP -MF .deps/pluginmanager.Tpo -c pluginmanager.cpp -o pluginmanager.o >/dev/null 2>&1
depbase=`echo pluginsconfigurationdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT pluginsconfigurationdlg.lo -MD -MP -MF $depbase.Tpo -c -o pluginsconfigurationdlg.lo pluginsconfigurationdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT pluginsconfigurationdlg.lo -MD -MP -MF .deps/pluginsconfigurationdlg.Tpo -c pluginsconfigurationdlg.cpp  -fno-common -DPIC -o .libs/pluginsconfigurationdlg.o
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginsconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginsconfigurationdlg.cpp:28:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginsconfigurationdlg.cpp:28:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from pluginsconfigurationdlg.cpp:37:
../../src/include/pluginsconfigurationdlg.h:39:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from pluginsconfigurationdlg.cpp:37:
../../src/include/pluginsconfigurationdlg.h:39:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT pluginsconfigurationdlg.lo -MD -MP -MF .deps/pluginsconfigurationdlg.Tpo -c pluginsconfigurationdlg.cpp -o pluginsconfigurationdlg.o >/dev/null 2>&1
depbase=`echo printing_types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT printing_types.lo -MD -MP -MF $depbase.Tpo -c -o printing_types.lo printing_types.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT printing_types.lo -MD -MP -MF .deps/printing_types.Tpo -c printing_types.cpp  -fno-common -DPIC -o .libs/printing_types.o
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printing_types.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT printing_types.lo -MD -MP -MF .deps/printing_types.Tpo -c printing_types.cpp -o printing_types.o >/dev/null 2>&1
depbase=`echo projectbuildtarget.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectbuildtarget.lo -MD -MP -MF $depbase.Tpo -c -o projectbuildtarget.lo projectbuildtarget.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectbuildtarget.lo -MD -MP -MF .deps/projectbuildtarget.Tpo -c projectbuildtarget.cpp  -fno-common -DPIC -o .libs/projectbuildtarget.o
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectbuildtarget.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectbuildtarget.lo -MD -MP -MF .deps/projectbuildtarget.Tpo -c projectbuildtarget.cpp -o projectbuildtarget.o >/dev/null 2>&1
depbase=`echo projectfile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectfile.lo -MD -MP -MF $depbase.Tpo -c -o projectfile.lo projectfile.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectfile.lo -MD -MP -MF .deps/projectfile.Tpo -c projectfile.cpp  -fno-common -DPIC -o .libs/projectfile.o
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfile.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfile.cpp:23:
../../src/include/projectfileoptionsdlg.h:38:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfile.cpp:23:
../../src/include/projectfileoptionsdlg.h:38:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectfile.lo -MD -MP -MF .deps/projectfile.Tpo -c projectfile.cpp -o projectfile.o >/dev/null 2>&1
depbase=`echo projectfileoptionsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectfileoptionsdlg.lo -MD -MP -MF $depbase.Tpo -c -o projectfileoptionsdlg.lo projectfileoptionsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectfileoptionsdlg.lo -MD -MP -MF .deps/projectfileoptionsdlg.Tpo -c projectfileoptionsdlg.cpp  -fno-common -DPIC -o .libs/projectfileoptionsdlg.o
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfileoptionsdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectfileoptionsdlg.cpp:38:
../../src/include/projectfileoptionsdlg.h:38:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectfileoptionsdlg.cpp:38:
../../src/include/projectfileoptionsdlg.h:38:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectfileoptionsdlg.lo -MD -MP -MF .deps/projectfileoptionsdlg.Tpo -c projectfileoptionsdlg.cpp -o projectfileoptionsdlg.o >/dev/null 2>&1
depbase=`echo projectlayoutloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectlayoutloader.lo -MD -MP -MF $depbase.Tpo -c -o projectlayoutloader.lo projectlayoutloader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectlayoutloader.lo -MD -MP -MF .deps/projectlayoutloader.Tpo -c projectlayoutloader.cpp  -fno-common -DPIC -o .libs/projectlayoutloader.o
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectlayoutloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectlayoutloader.cpp:26:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectlayoutloader.cpp:26:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectlayoutloader.lo -MD -MP -MF .deps/projectlayoutloader.Tpo -c projectlayoutloader.cpp -o projectlayoutloader.o >/dev/null 2>&1
depbase=`echo projectloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectloader.lo -MD -MP -MF $depbase.Tpo -c -o projectloader.lo projectloader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectloader.lo -MD -MP -MF .deps/projectloader.Tpo -c projectloader.cpp  -fno-common -DPIC -o .libs/projectloader.o
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader.cpp:36:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader.cpp:36:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectloader.lo -MD -MP -MF .deps/projectloader.Tpo -c projectloader.cpp -o projectloader.o >/dev/null 2>&1
depbase=`echo projectloader_hooks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectloader_hooks.lo -MD -MP -MF $depbase.Tpo -c -o projectloader_hooks.lo projectloader_hooks.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectloader_hooks.lo -MD -MP -MF .deps/projectloader_hooks.Tpo -c projectloader_hooks.cpp  -fno-common -DPIC -o .libs/projectloader_hooks.o
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectloader_hooks.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectloader_hooks.lo -MD -MP -MF .deps/projectloader_hooks.Tpo -c projectloader_hooks.cpp -o projectloader_hooks.o >/dev/null 2>&1
depbase=`echo projectmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectmanager.lo -MD -MP -MF $depbase.Tpo -c -o projectmanager.lo projectmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectmanager.lo -MD -MP -MF .deps/projectmanager.Tpo -c projectmanager.cpp  -fno-common -DPIC -o .libs/projectmanager.o
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectmanager.lo -MD -MP -MF .deps/projectmanager.Tpo -c projectmanager.cpp -o projectmanager.o >/dev/null 2>&1
depbase=`echo projectsfilemasksdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectsfilemasksdlg.lo -MD -MP -MF $depbase.Tpo -c -o projectsfilemasksdlg.lo projectsfilemasksdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectsfilemasksdlg.lo -MD -MP -MF .deps/projectsfilemasksdlg.Tpo -c projectsfilemasksdlg.cpp  -fno-common -DPIC -o .libs/projectsfilemasksdlg.o
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsfilemasksdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsfilemasksdlg.cpp:22:
../../src/include/projectsfilemasksdlg.h:35:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsfilemasksdlg.cpp:22:
../../src/include/projectsfilemasksdlg.h:35:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectsfilemasksdlg.lo -MD -MP -MF .deps/projectsfilemasksdlg.Tpo -c projectsfilemasksdlg.cpp -o projectsfilemasksdlg.o >/dev/null 2>&1
depbase=`echo projecttemplateloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projecttemplateloader.lo -MD -MP -MF $depbase.Tpo -c -o projecttemplateloader.lo projecttemplateloader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projecttemplateloader.lo -MD -MP -MF .deps/projecttemplateloader.Tpo -c projecttemplateloader.cpp  -fno-common -DPIC -o .libs/projecttemplateloader.o
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projecttemplateloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projecttemplateloader.lo -MD -MP -MF .deps/projecttemplateloader.Tpo -c projecttemplateloader.cpp -o projecttemplateloader.o >/dev/null 2>&1
depbase=`echo scriptingmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT scriptingmanager.lo -MD -MP -MF $depbase.Tpo -c -o scriptingmanager.lo scriptingmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT scriptingmanager.lo -MD -MP -MF .deps/scriptingmanager.Tpo -c scriptingmanager.cpp  -fno-common -DPIC -o .libs/scriptingmanager.o
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingmanager.cpp:31:
../../src/include/genericmultilinenotesdlg.h:26:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingmanager.cpp:31:
../../src/include/genericmultilinenotesdlg.h:26:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT scriptingmanager.lo -MD -MP -MF .deps/scriptingmanager.Tpo -c scriptingmanager.cpp -o scriptingmanager.o >/dev/null 2>&1
depbase=`echo scriptsecuritywarningdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT scriptsecuritywarningdlg.lo -MD -MP -MF $depbase.Tpo -c -o scriptsecuritywarningdlg.lo scriptsecuritywarningdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT scriptsecuritywarningdlg.lo -MD -MP -MF .deps/scriptsecuritywarningdlg.Tpo -c scriptsecuritywarningdlg.cpp  -fno-common -DPIC -o .libs/scriptsecuritywarningdlg.o
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptsecuritywarningdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT scriptsecuritywarningdlg.lo -MD -MP -MF .deps/scriptsecuritywarningdlg.Tpo -c scriptsecuritywarningdlg.cpp -o scriptsecuritywarningdlg.o >/dev/null 2>&1
depbase=`echo scrollingdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT scrollingdialog.lo -MD -MP -MF $depbase.Tpo -c -o scrollingdialog.lo scrollingdialog.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT scrollingdialog.lo -MD -MP -MF .deps/scrollingdialog.Tpo -c scrollingdialog.cpp  -fno-common -DPIC -o .libs/scrollingdialog.o
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scrollingdialog.cpp:11:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT scrollingdialog.lo -MD -MP -MF .deps/scrollingdialog.Tpo -c scrollingdialog.cpp -o scrollingdialog.o >/dev/null 2>&1
depbase=`echo sdk_events.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT sdk_events.lo -MD -MP -MF $depbase.Tpo -c -o sdk_events.lo sdk_events.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sdk_events.lo -MD -MP -MF .deps/sdk_events.Tpo -c sdk_events.cpp  -fno-common -DPIC -o .libs/sdk_events.o
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from sdk_events.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT sdk_events.lo -MD -MP -MF .deps/sdk_events.Tpo -c sdk_events.cpp -o sdk_events.o >/dev/null 2>&1
depbase=`echo searchresultslog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT searchresultslog.lo -MD -MP -MF $depbase.Tpo -c -o searchresultslog.lo searchresultslog.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT searchresultslog.lo -MD -MP -MF .deps/searchresultslog.Tpo -c searchresultslog.cpp  -fno-common -DPIC -o .libs/searchresultslog.o
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from searchresultslog.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from searchresultslog.cpp:20:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from searchresultslog.cpp:20:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from searchresultslog.cpp:22:
../../src/include/searchresultslog.h:30:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from searchresultslog.cpp:22:
../../src/include/searchresultslog.h:30:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT searchresultslog.lo -MD -MP -MF .deps/searchresultslog.Tpo -c searchresultslog.cpp -o searchresultslog.o >/dev/null 2>&1
depbase=`echo selecttargetdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT selecttargetdlg.lo -MD -MP -MF $depbase.Tpo -c -o selecttargetdlg.lo selecttargetdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT selecttargetdlg.lo -MD -MP -MF .deps/selecttargetdlg.Tpo -c selecttargetdlg.cpp  -fno-common -DPIC -o .libs/selecttargetdlg.o
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from selecttargetdlg.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from selecttargetdlg.cpp:24:
../../src/include/selecttargetdlg.h:35:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from selecttargetdlg.cpp:24:
../../src/include/selecttargetdlg.h:35:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT selecttargetdlg.lo -MD -MP -MF .deps/selecttargetdlg.Tpo -c selecttargetdlg.cpp -o selecttargetdlg.o >/dev/null 2>&1
depbase=`echo templatemanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT templatemanager.lo -MD -MP -MF $depbase.Tpo -c -o templatemanager.lo templatemanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT templatemanager.lo -MD -MP -MF .deps/templatemanager.Tpo -c templatemanager.cpp  -fno-common -DPIC -o .libs/templatemanager.o
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from templatemanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from templatemanager.cpp:33:
../../src/include/newfromtemplatedlg.h:61:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from templatemanager.cpp:33:
../../src/include/newfromtemplatedlg.h:61:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT templatemanager.lo -MD -MP -MF .deps/templatemanager.Tpo -c templatemanager.cpp -o templatemanager.o >/dev/null 2>&1
depbase=`echo tinywxuni.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT tinywxuni.lo -MD -MP -MF $depbase.Tpo -c -o tinywxuni.lo tinywxuni.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT tinywxuni.lo -MD -MP -MF .deps/tinywxuni.Tpo -c tinywxuni.cpp  -fno-common -DPIC -o .libs/tinywxuni.o
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from tinywxuni.cpp:1:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT tinywxuni.lo -MD -MP -MF .deps/tinywxuni.Tpo -c tinywxuni.cpp -o tinywxuni.o >/dev/null 2>&1
depbase=`echo toolsmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT toolsmanager.lo -MD -MP -MF $depbase.Tpo -c -o toolsmanager.lo toolsmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT toolsmanager.lo -MD -MP -MF .deps/toolsmanager.Tpo -c toolsmanager.cpp  -fno-common -DPIC -o .libs/toolsmanager.o
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from toolsmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from toolsmanager.cpp:30:
../../src/include/configuretoolsdlg.h:32:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from toolsmanager.cpp:30:
../../src/include/configuretoolsdlg.h:32:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT toolsmanager.lo -MD -MP -MF .deps/toolsmanager.Tpo -c toolsmanager.cpp -o toolsmanager.o >/dev/null 2>&1
depbase=`echo uservarmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT uservarmanager.lo -MD -MP -MF $depbase.Tpo -c -o uservarmanager.lo uservarmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT uservarmanager.lo -MD -MP -MF .deps/uservarmanager.Tpo -c uservarmanager.cpp  -fno-common -DPIC -o .libs/uservarmanager.o
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from uservarmanager.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from uservarmanager.cpp:33:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from uservarmanager.cpp:33:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT uservarmanager.lo -MD -MP -MF .deps/uservarmanager.Tpo -c uservarmanager.cpp -o uservarmanager.o >/dev/null 2>&1
depbase=`echo workspaceloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT workspaceloader.lo -MD -MP -MF $depbase.Tpo -c -o workspaceloader.lo workspaceloader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT workspaceloader.lo -MD -MP -MF .deps/workspaceloader.Tpo -c workspaceloader.cpp  -fno-common -DPIC -o .libs/workspaceloader.o
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from workspaceloader.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from workspaceloader.cpp:33:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from workspaceloader.cpp:33:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT workspaceloader.lo -MD -MP -MF .deps/workspaceloader.Tpo -c workspaceloader.cpp -o workspaceloader.o >/dev/null 2>&1
depbase=`echo xtra_res.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT xtra_res.lo -MD -MP -MF $depbase.Tpo -c -o xtra_res.lo xtra_res.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT xtra_res.lo -MD -MP -MF .deps/xtra_res.Tpo -c xtra_res.cpp  -fno-common -DPIC -o .libs/xtra_res.o
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from xtra_res.cpp:10:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT xtra_res.lo -MD -MP -MF .deps/xtra_res.Tpo -c xtra_res.cpp -o xtra_res.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/CharDistribution.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/CharDistribution.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/CharDistribution.lo mozilla_chardet/src/CharDistribution.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/CharDistribution.lo -MD -MP -MF mozilla_chardet/src/.deps/CharDistribution.Tpo -c mozilla_chardet/src/CharDistribution.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/CharDistribution.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/CharDistribution.lo -MD -MP -MF mozilla_chardet/src/.deps/CharDistribution.Tpo -c mozilla_chardet/src/CharDistribution.cpp -o mozilla_chardet/src/CharDistribution.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/JpCntx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/JpCntx.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/JpCntx.lo mozilla_chardet/src/JpCntx.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/JpCntx.lo -MD -MP -MF mozilla_chardet/src/.deps/JpCntx.Tpo -c mozilla_chardet/src/JpCntx.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/JpCntx.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/JpCntx.lo -MD -MP -MF mozilla_chardet/src/.deps/JpCntx.Tpo -c mozilla_chardet/src/JpCntx.cpp -o mozilla_chardet/src/JpCntx.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/LangBulgarianModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangBulgarianModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangBulgarianModel.lo mozilla_chardet/src/LangBulgarianModel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangBulgarianModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangBulgarianModel.Tpo -c mozilla_chardet/src/LangBulgarianModel.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/LangBulgarianModel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangBulgarianModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangBulgarianModel.Tpo -c mozilla_chardet/src/LangBulgarianModel.cpp -o mozilla_chardet/src/LangBulgarianModel.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/LangCyrillicModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangCyrillicModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangCyrillicModel.lo mozilla_chardet/src/LangCyrillicModel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangCyrillicModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangCyrillicModel.Tpo -c mozilla_chardet/src/LangCyrillicModel.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/LangCyrillicModel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangCyrillicModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangCyrillicModel.Tpo -c mozilla_chardet/src/LangCyrillicModel.cpp -o mozilla_chardet/src/LangCyrillicModel.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/LangGreekModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangGreekModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangGreekModel.lo mozilla_chardet/src/LangGreekModel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangGreekModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangGreekModel.Tpo -c mozilla_chardet/src/LangGreekModel.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/LangGreekModel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangGreekModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangGreekModel.Tpo -c mozilla_chardet/src/LangGreekModel.cpp -o mozilla_chardet/src/LangGreekModel.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/LangHebrewModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangHebrewModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangHebrewModel.lo mozilla_chardet/src/LangHebrewModel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangHebrewModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangHebrewModel.Tpo -c mozilla_chardet/src/LangHebrewModel.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/LangHebrewModel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangHebrewModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangHebrewModel.Tpo -c mozilla_chardet/src/LangHebrewModel.cpp -o mozilla_chardet/src/LangHebrewModel.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/LangHungarianModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangHungarianModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangHungarianModel.lo mozilla_chardet/src/LangHungarianModel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangHungarianModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangHungarianModel.Tpo -c mozilla_chardet/src/LangHungarianModel.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/LangHungarianModel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangHungarianModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangHungarianModel.Tpo -c mozilla_chardet/src/LangHungarianModel.cpp -o mozilla_chardet/src/LangHungarianModel.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/LangThaiModel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangThaiModel.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/LangThaiModel.lo mozilla_chardet/src/LangThaiModel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangThaiModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangThaiModel.Tpo -c mozilla_chardet/src/LangThaiModel.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/LangThaiModel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/LangThaiModel.lo -MD -MP -MF mozilla_chardet/src/.deps/LangThaiModel.Tpo -c mozilla_chardet/src/LangThaiModel.cpp -o mozilla_chardet/src/LangThaiModel.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsBig5Prober.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsBig5Prober.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsBig5Prober.lo mozilla_chardet/src/nsBig5Prober.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsBig5Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsBig5Prober.Tpo -c mozilla_chardet/src/nsBig5Prober.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsBig5Prober.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsBig5Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsBig5Prober.Tpo -c mozilla_chardet/src/nsBig5Prober.cpp -o mozilla_chardet/src/nsBig5Prober.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsCharSetProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsCharSetProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsCharSetProber.lo mozilla_chardet/src/nsCharSetProber.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsCharSetProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsCharSetProber.Tpo -c mozilla_chardet/src/nsCharSetProber.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsCharSetProber.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsCharSetProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsCharSetProber.Tpo -c mozilla_chardet/src/nsCharSetProber.cpp -o mozilla_chardet/src/nsCharSetProber.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsEscCharsetProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEscCharsetProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsEscCharsetProber.lo mozilla_chardet/src/nsEscCharsetProber.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEscCharsetProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEscCharsetProber.Tpo -c mozilla_chardet/src/nsEscCharsetProber.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsEscCharsetProber.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEscCharsetProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEscCharsetProber.Tpo -c mozilla_chardet/src/nsEscCharsetProber.cpp -o mozilla_chardet/src/nsEscCharsetProber.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsEscSM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEscSM.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsEscSM.lo mozilla_chardet/src/nsEscSM.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEscSM.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEscSM.Tpo -c mozilla_chardet/src/nsEscSM.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsEscSM.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEscSM.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEscSM.Tpo -c mozilla_chardet/src/nsEscSM.cpp -o mozilla_chardet/src/nsEscSM.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsEUCJPProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEUCJPProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsEUCJPProber.lo mozilla_chardet/src/nsEUCJPProber.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEUCJPProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEUCJPProber.Tpo -c mozilla_chardet/src/nsEUCJPProber.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsEUCJPProber.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEUCJPProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEUCJPProber.Tpo -c mozilla_chardet/src/nsEUCJPProber.cpp -o mozilla_chardet/src/nsEUCJPProber.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsEUCKRProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEUCKRProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsEUCKRProber.lo mozilla_chardet/src/nsEUCKRProber.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEUCKRProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEUCKRProber.Tpo -c mozilla_chardet/src/nsEUCKRProber.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsEUCKRProber.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEUCKRProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEUCKRProber.Tpo -c mozilla_chardet/src/nsEUCKRProber.cpp -o mozilla_chardet/src/nsEUCKRProber.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsEUCTWProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEUCTWProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsEUCTWProber.lo mozilla_chardet/src/nsEUCTWProber.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEUCTWProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEUCTWProber.Tpo -c mozilla_chardet/src/nsEUCTWProber.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsEUCTWProber.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsEUCTWProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsEUCTWProber.Tpo -c mozilla_chardet/src/nsEUCTWProber.cpp -o mozilla_chardet/src/nsEUCTWProber.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsGB2312Prober.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsGB2312Prober.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsGB2312Prober.lo mozilla_chardet/src/nsGB2312Prober.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsGB2312Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsGB2312Prober.Tpo -c mozilla_chardet/src/nsGB2312Prober.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsGB2312Prober.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsGB2312Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsGB2312Prober.Tpo -c mozilla_chardet/src/nsGB2312Prober.cpp -o mozilla_chardet/src/nsGB2312Prober.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsHebrewProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsHebrewProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsHebrewProber.lo mozilla_chardet/src/nsHebrewProber.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsHebrewProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsHebrewProber.Tpo -c mozilla_chardet/src/nsHebrewProber.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsHebrewProber.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsHebrewProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsHebrewProber.Tpo -c mozilla_chardet/src/nsHebrewProber.cpp -o mozilla_chardet/src/nsHebrewProber.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsLatin1Prober.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsLatin1Prober.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsLatin1Prober.lo mozilla_chardet/src/nsLatin1Prober.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsLatin1Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsLatin1Prober.Tpo -c mozilla_chardet/src/nsLatin1Prober.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsLatin1Prober.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsLatin1Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsLatin1Prober.Tpo -c mozilla_chardet/src/nsLatin1Prober.cpp -o mozilla_chardet/src/nsLatin1Prober.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsMBCSGroupProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsMBCSGroupProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsMBCSGroupProber.lo mozilla_chardet/src/nsMBCSGroupProber.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsMBCSGroupProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsMBCSGroupProber.Tpo -c mozilla_chardet/src/nsMBCSGroupProber.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsMBCSGroupProber.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsMBCSGroupProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsMBCSGroupProber.Tpo -c mozilla_chardet/src/nsMBCSGroupProber.cpp -o mozilla_chardet/src/nsMBCSGroupProber.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsMBCSSM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsMBCSSM.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsMBCSSM.lo mozilla_chardet/src/nsMBCSSM.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsMBCSSM.lo -MD -MP -MF mozilla_chardet/src/.deps/nsMBCSSM.Tpo -c mozilla_chardet/src/nsMBCSSM.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsMBCSSM.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsMBCSSM.lo -MD -MP -MF mozilla_chardet/src/.deps/nsMBCSSM.Tpo -c mozilla_chardet/src/nsMBCSSM.cpp -o mozilla_chardet/src/nsMBCSSM.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsSBCharSetProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsSBCharSetProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsSBCharSetProber.lo mozilla_chardet/src/nsSBCharSetProber.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsSBCharSetProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsSBCharSetProber.Tpo -c mozilla_chardet/src/nsSBCharSetProber.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsSBCharSetProber.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsSBCharSetProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsSBCharSetProber.Tpo -c mozilla_chardet/src/nsSBCharSetProber.cpp -o mozilla_chardet/src/nsSBCharSetProber.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsSBCSGroupProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsSBCSGroupProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsSBCSGroupProber.lo mozilla_chardet/src/nsSBCSGroupProber.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsSBCSGroupProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsSBCSGroupProber.Tpo -c mozilla_chardet/src/nsSBCSGroupProber.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsSBCSGroupProber.o
In file included from mozilla_chardet/src/nsSBCSGroupProber.cpp:10:
In file included from ../../src/include/configmanager.h:16:
In file included from ../../src/include/manager.h:21:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from mozilla_chardet/src/nsSBCSGroupProber.cpp:10:
In file included from ../../src/include/configmanager.h:16:
In file included from ../../src/include/manager.h:21:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from mozilla_chardet/src/nsSBCSGroupProber.cpp:10:
In file included from ../../src/include/configmanager.h:16:
In file included from ../../src/include/manager.h:21:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from mozilla_chardet/src/nsSBCSGroupProber.cpp:10:
In file included from ../../src/include/configmanager.h:16:
In file included from ../../src/include/manager.h:21:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from mozilla_chardet/src/nsSBCSGroupProber.cpp:10:
In file included from ../../src/include/configmanager.h:16:
In file included from ../../src/include/manager.h:21:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
5 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsSBCSGroupProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsSBCSGroupProber.Tpo -c mozilla_chardet/src/nsSBCSGroupProber.cpp -o mozilla_chardet/src/nsSBCSGroupProber.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsSJISProber.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsSJISProber.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsSJISProber.lo mozilla_chardet/src/nsSJISProber.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsSJISProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsSJISProber.Tpo -c mozilla_chardet/src/nsSJISProber.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsSJISProber.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsSJISProber.lo -MD -MP -MF mozilla_chardet/src/.deps/nsSJISProber.Tpo -c mozilla_chardet/src/nsSJISProber.cpp -o mozilla_chardet/src/nsSJISProber.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsUniversalDetector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsUniversalDetector.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsUniversalDetector.lo mozilla_chardet/src/nsUniversalDetector.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsUniversalDetector.lo -MD -MP -MF mozilla_chardet/src/.deps/nsUniversalDetector.Tpo -c mozilla_chardet/src/nsUniversalDetector.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsUniversalDetector.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsUniversalDetector.lo -MD -MP -MF mozilla_chardet/src/.deps/nsUniversalDetector.Tpo -c mozilla_chardet/src/nsUniversalDetector.cpp -o mozilla_chardet/src/nsUniversalDetector.o >/dev/null 2>&1
depbase=`echo mozilla_chardet/src/nsUTF8Prober.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../src/include/scripting/include -I../../src/include -I../../src/sdk/wxscintilla/include  -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsUTF8Prober.lo -MD -MP -MF $depbase.Tpo -c -o mozilla_chardet/src/nsUTF8Prober.lo mozilla_chardet/src/nsUTF8Prober.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsUTF8Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsUTF8Prober.Tpo -c mozilla_chardet/src/nsUTF8Prober.cpp  -fno-common -DPIC -o mozilla_chardet/src/.libs/nsUTF8Prober.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include -I../../src/include/scripting/bindings -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mozilla_chardet/src/nsUTF8Prober.lo -MD -MP -MF mozilla_chardet/src/.deps/nsUTF8Prober.Tpo -c mozilla_chardet/src/nsUTF8Prober.cpp -o mozilla_chardet/src/nsUTF8Prober.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -version-info 0:1:0 -L/opt/pkg/lib -o libcodeblocks.la -rpath /opt/pkg/lib annoyingdialog.lo autodetectcompilers.lo base64.lo blockallocated.lo cbart_provider.lo cbauibook.lo cbcolourmanager.lo cbdebugger_interfaces.lo cbeditor.lo cbeditorprintout.lo cbexception.lo cbplugin.lo cbproject.lo cbstatusbar.lo cbstyledtextctrl.lo cbthreadpool.lo cbtreectrl.lo cbworkspace.lo ccmanager.lo compileoptionsbase.lo compiler.lo compilercommandgenerator.lo compilerfactory.lo compileroptions.lo compiletargetbase.lo configmanager-revision.lo configmanager.lo configurationpanel.lo configuretoolsdlg.lo confirmreplacedlg.lo crc32.lo debuggermanager.lo editarrayfiledlg.lo editarrayorderdlg.lo editarraystringdlg.lo editor_hooks.lo editorbase.lo editorcolourset.lo editorlexerloader.lo editormanager.lo editpairdlg.lo editpathdlg.lo edittooldlg.lo encodingdetector.lo externaldepsdlg.lo filefilters.lo filegroupsandmasks.lo filemanager.lo findreplacedlg.lo genericmultilinenotesdlg.lo globals.lo importers_globals.lo incremental_select_helper.lo infowindow.lo loggers.lo logmanager.lo macrosmanager.lo manager.lo menuitemsmanager.lo multiselectdlg.lo newfromtemplatedlg.lo personalitymanager.lo pipedprocess.lo pluginmanager.lo pluginsconfigurationdlg.lo printing_types.lo projectbuildtarget.lo projectfile.lo projectfileoptionsdlg.lo projectlayoutloader.lo projectloader.lo projectloader_hooks.lo projectmanager.lo projectsfilemasksdlg.lo projecttemplateloader.lo scriptingmanager.lo scriptsecuritywarningdlg.lo scrollingdialog.lo sdk_events.lo searchresultslog.lo selecttargetdlg.lo templatemanager.lo tinywxuni.lo toolsmanager.lo uservarmanager.lo workspaceloader.lo xtra_res.lo mozilla_chardet/src/CharDistribution.lo mozilla_chardet/src/JpCntx.lo mozilla_chardet/src/LangBulgarianModel.lo mozilla_chardet/src/LangCyrillicModel.lo mozilla_chardet/src/LangGreekModel.lo mozilla_chardet/src/LangHebrewModel.lo mozilla_chardet/src/LangHungarianModel.lo mozilla_chardet/src/LangThaiModel.lo mozilla_chardet/src/nsBig5Prober.lo mozilla_chardet/src/nsCharSetProber.lo mozilla_chardet/src/nsEscCharsetProber.lo mozilla_chardet/src/nsEscSM.lo mozilla_chardet/src/nsEUCJPProber.lo mozilla_chardet/src/nsEUCKRProber.lo mozilla_chardet/src/nsEUCTWProber.lo mozilla_chardet/src/nsGB2312Prober.lo mozilla_chardet/src/nsHebrewProber.lo mozilla_chardet/src/nsLatin1Prober.lo mozilla_chardet/src/nsMBCSGroupProber.lo mozilla_chardet/src/nsMBCSSM.lo mozilla_chardet/src/nsSBCharSetProber.lo mozilla_chardet/src/nsSBCSGroupProber.lo mozilla_chardet/src/nsSJISProber.lo mozilla_chardet/src/nsUniversalDetector.lo mozilla_chardet/src/nsUTF8Prober.lo scripting/bindings/libsqbindings.la scripting/sqplus/libsqplus.la wxscintilla/libwxscintilla.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0     ../../src/base/tinyxml/libtinyxml.la ../../src/sdk/scripting/squirrel/libsquirrel.la ../../src/sdk/scripting/sqstdlib/libsqstdlib.la -lpthread -ldl 
libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libcodeblocks.0.dylib  .libs/annoyingdialog.o .libs/autodetectcompilers.o .libs/base64.o .libs/blockallocated.o .libs/cbart_provider.o .libs/cbauibook.o .libs/cbcolourmanager.o .libs/cbdebugger_interfaces.o .libs/cbeditor.o .libs/cbeditorprintout.o .libs/cbexception.o .libs/cbplugin.o .libs/cbproject.o .libs/cbstatusbar.o .libs/cbstyledtextctrl.o .libs/cbthreadpool.o .libs/cbtreectrl.o .libs/cbworkspace.o .libs/ccmanager.o .libs/compileoptionsbase.o .libs/compiler.o .libs/compilercommandgenerator.o .libs/compilerfactory.o .libs/compileroptions.o .libs/compiletargetbase.o .libs/configmanager-revision.o .libs/configmanager.o .libs/configurationpanel.o .libs/configuretoolsdlg.o .libs/confirmreplacedlg.o .libs/crc32.o .libs/debuggermanager.o .libs/editarrayfiledlg.o .libs/editarrayorderdlg.o .libs/editarraystringdlg.o .libs/editor_hooks.o .libs/editorbase.o .libs/editorcolourset.o .libs/editorlexerloader.o .libs/editormanager.o .libs/editpairdlg.o .libs/editpathdlg.o .libs/edittooldlg.o .libs/encodingdetector.o .libs/externaldepsdlg.o .libs/filefilters.o .libs/filegroupsandmasks.o .libs/filemanager.o .libs/findreplacedlg.o .libs/genericmultilinenotesdlg.o .libs/globals.o .libs/importers_globals.o .libs/incremental_select_helper.o .libs/infowindow.o .libs/loggers.o .libs/logmanager.o .libs/macrosmanager.o .libs/manager.o .libs/menuitemsmanager.o .libs/multiselectdlg.o .libs/newfromtemplatedlg.o .libs/personalitymanager.o .libs/pipedprocess.o .libs/pluginmanager.o .libs/pluginsconfigurationdlg.o .libs/printing_types.o .libs/projectbuildtarget.o .libs/projectfile.o .libs/projectfileoptionsdlg.o .libs/projectlayoutloader.o .libs/projectloader.o .libs/projectloader_hooks.o .libs/projectmanager.o .libs/projectsfilemasksdlg.o .libs/projecttemplateloader.o .libs/scriptingmanager.o .libs/scriptsecuritywarningdlg.o .libs/scrollingdialog.o .libs/sdk_events.o .libs/searchresultslog.o .libs/selecttargetdlg.o .libs/templatemanager.o .libs/tinywxuni.o .libs/toolsmanager.o .libs/uservarmanager.o .libs/workspaceloader.o .libs/xtra_res.o mozilla_chardet/src/.libs/CharDistribution.o mozilla_chardet/src/.libs/JpCntx.o mozilla_chardet/src/.libs/LangBulgarianModel.o mozilla_chardet/src/.libs/LangCyrillicModel.o mozilla_chardet/src/.libs/LangGreekModel.o mozilla_chardet/src/.libs/LangHebrewModel.o mozilla_chardet/src/.libs/LangHungarianModel.o mozilla_chardet/src/.libs/LangThaiModel.o mozilla_chardet/src/.libs/nsBig5Prober.o mozilla_chardet/src/.libs/nsCharSetProber.o mozilla_chardet/src/.libs/nsEscCharsetProber.o mozilla_chardet/src/.libs/nsEscSM.o mozilla_chardet/src/.libs/nsEUCJPProber.o mozilla_chardet/src/.libs/nsEUCKRProber.o mozilla_chardet/src/.libs/nsEUCTWProber.o mozilla_chardet/src/.libs/nsGB2312Prober.o mozilla_chardet/src/.libs/nsHebrewProber.o mozilla_chardet/src/.libs/nsLatin1Prober.o mozilla_chardet/src/.libs/nsMBCSGroupProber.o mozilla_chardet/src/.libs/nsMBCSSM.o mozilla_chardet/src/.libs/nsSBCharSetProber.o mozilla_chardet/src/.libs/nsSBCSGroupProber.o mozilla_chardet/src/.libs/nsSJISProber.o mozilla_chardet/src/.libs/nsUniversalDetector.o mozilla_chardet/src/.libs/nsUTF8Prober.o   -Wl,-force_load,scripting/bindings/.libs/libsqbindings.a -Wl,-force_load,scripting/sqplus/.libs/libsqplus.a -Wl,-force_load,wxscintilla/.libs/libwxscintilla.a -Wl,-force_load,../../src/base/tinyxml/.libs/libtinyxml.a -Wl,-force_load,../../src/sdk/scripting/squirrel/.libs/libsquirrel.a -Wl,-force_load,../../src/sdk/scripting/sqstdlib/.libs/libsqstdlib.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/libcodeblocks.0.dylib -compatibility_version 1 -current_version 1.1 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libcodeblocks.dylib" && ln -s "libcodeblocks.0.dylib" "libcodeblocks.dylib")
libtool: link: (cd .libs/libcodeblocks.lax/libsqbindings.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting/bindings/.libs/libsqbindings.a")
libtool: link: (cd .libs/libcodeblocks.lax/libsqplus.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/scripting/sqplus/.libs/libsqplus.a")
libtool: link: (cd .libs/libcodeblocks.lax/libwxscintilla.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/wxscintilla/.libs/libwxscintilla.a")
libtool: link: (cd .libs/libcodeblocks.lax/libtinyxml.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/../../src/base/tinyxml/.libs/libtinyxml.a")
libtool: link: (cd .libs/libcodeblocks.lax/libsquirrel.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/../../src/sdk/scripting/squirrel/.libs/libsquirrel.a")
libtool: link: (cd .libs/libcodeblocks.lax/libsqstdlib.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk/../../src/sdk/scripting/sqstdlib/.libs/libsqstdlib.a")
libtool: link: ar cr .libs/libcodeblocks.a  annoyingdialog.o autodetectcompilers.o base64.o blockallocated.o cbart_provider.o cbauibook.o cbcolourmanager.o cbdebugger_interfaces.o cbeditor.o cbeditorprintout.o cbexception.o cbplugin.o cbproject.o cbstatusbar.o cbstyledtextctrl.o cbthreadpool.o cbtreectrl.o cbworkspace.o ccmanager.o compileoptionsbase.o compiler.o compilercommandgenerator.o compilerfactory.o compileroptions.o compiletargetbase.o configmanager-revision.o configmanager.o configurationpanel.o configuretoolsdlg.o confirmreplacedlg.o crc32.o debuggermanager.o editarrayfiledlg.o editarrayorderdlg.o editarraystringdlg.o editor_hooks.o editorbase.o editorcolourset.o editorlexerloader.o editormanager.o editpairdlg.o editpathdlg.o edittooldlg.o encodingdetector.o externaldepsdlg.o filefilters.o filegroupsandmasks.o filemanager.o findreplacedlg.o genericmultilinenotesdlg.o globals.o importers_globals.o incremental_select_helper.o infowindow.o loggers.o logmanager.o macrosmanager.o manager.o menuitemsmanager.o multiselectdlg.o newfromtemplatedlg.o personalitymanager.o pipedprocess.o pluginmanager.o pluginsconfigurationdlg.o printing_types.o projectbuildtarget.o projectfile.o projectfileoptionsdlg.o projectlayoutloader.o projectloader.o projectloader_hooks.o projectmanager.o projectsfilemasksdlg.o projecttemplateloader.o scriptingmanager.o scriptsecuritywarningdlg.o scrollingdialog.o sdk_events.o searchresultslog.o selecttargetdlg.o templatemanager.o tinywxuni.o toolsmanager.o uservarmanager.o workspaceloader.o xtra_res.o mozilla_chardet/src/CharDistribution.o mozilla_chardet/src/JpCntx.o mozilla_chardet/src/LangBulgarianModel.o mozilla_chardet/src/LangCyrillicModel.o mozilla_chardet/src/LangGreekModel.o mozilla_chardet/src/LangHebrewModel.o mozilla_chardet/src/LangHungarianModel.o mozilla_chardet/src/LangThaiModel.o mozilla_chardet/src/nsBig5Prober.o mozilla_chardet/src/nsCharSetProber.o mozilla_chardet/src/nsEscCharsetProber.o mozilla_chardet/src/nsEscSM.o mozilla_chardet/src/nsEUCJPProber.o mozilla_chardet/src/nsEUCKRProber.o mozilla_chardet/src/nsEUCTWProber.o mozilla_chardet/src/nsGB2312Prober.o mozilla_chardet/src/nsHebrewProber.o mozilla_chardet/src/nsLatin1Prober.o mozilla_chardet/src/nsMBCSGroupProber.o mozilla_chardet/src/nsMBCSSM.o mozilla_chardet/src/nsSBCharSetProber.o mozilla_chardet/src/nsSBCSGroupProber.o mozilla_chardet/src/nsSJISProber.o mozilla_chardet/src/nsUniversalDetector.o mozilla_chardet/src/nsUTF8Prober.o  .libs/libcodeblocks.lax/libsqbindings.a/sc_consts.o .libs/libcodeblocks.lax/libsqbindings.a/sc_dialog.o .libs/libcodeblocks.lax/libsqbindings.a/sc_globals.o .libs/libcodeblocks.lax/libsqbindings.a/sc_io.o .libs/libcodeblocks.lax/libsqbindings.a/sc_plugin.o .libs/libcodeblocks.lax/libsqbindings.a/sc_progress.o .libs/libcodeblocks.lax/libsqbindings.a/sc_util_dialogs.o .libs/libcodeblocks.lax/libsqbindings.a/sc_wxtypes.o .libs/libcodeblocks.lax/libsqbindings.a/scriptbindings.o  .libs/libcodeblocks.lax/libsqplus.a/SqPlus.o .libs/libcodeblocks.lax/libsqplus.a/SquirrelBindingsUtils.o .libs/libcodeblocks.lax/libsqplus.a/SquirrelObject.o .libs/libcodeblocks.lax/libsqplus.a/SquirrelVM.o  .libs/libcodeblocks.lax/libwxscintilla.a/Accessor.o .libs/libcodeblocks.lax/libwxscintilla.a/AutoComplete.o .libs/libcodeblocks.lax/libwxscintilla.a/CallTip.o .libs/libcodeblocks.lax/libwxscintilla.a/CaseConvert.o .libs/libcodeblocks.lax/libwxscintilla.a/CaseFolder.o .libs/libcodeblocks.lax/libwxscintilla.a/Catalogue.o .libs/libcodeblocks.lax/libwxscintilla.a/CellBuffer.o .libs/libcodeblocks.lax/libwxscintilla.a/CharClassify.o .libs/libcodeblocks.lax/libwxscintilla.a/CharacterCategory.o .libs/libcodeblocks.lax/libwxscintilla.a/CharacterSet.o .libs/libcodeblocks.lax/libwxscintilla.a/ContractionState.o .libs/libcodeblocks.lax/libwxscintilla.a/Decoration.o .libs/libcodeblocks.lax/libwxscintilla.a/Document.o .libs/libcodeblocks.lax/libwxscintilla.a/EditModel.o .libs/libcodeblocks.lax/libwxscintilla.a/EditView.o .libs/libcodeblocks.lax/libwxscintilla.a/Editor.o .libs/libcodeblocks.lax/libwxscintilla.a/ExternalLexer.o .libs/libcodeblocks.lax/libwxscintilla.a/Indicator.o .libs/libcodeblocks.lax/libwxscintilla.a/KeyMap.o .libs/libcodeblocks.lax/libwxscintilla.a/LexA68k.o .libs/libcodeblocks.lax/libwxscintilla.a/LexAPDL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexASY.o .libs/libcodeblocks.lax/libwxscintilla.a/LexAU3.o .libs/libcodeblocks.lax/libwxscintilla.a/LexAVE.o .libs/libcodeblocks.lax/libwxscintilla.a/LexAVS.o .libs/libcodeblocks.lax/libwxscintilla.a/LexAbaqus.o .libs/libcodeblocks.lax/libwxscintilla.a/LexAda.o .libs/libcodeblocks.lax/libwxscintilla.a/LexAsm.o .libs/libcodeblocks.lax/libwxscintilla.a/LexAsn1.o .libs/libcodeblocks.lax/libwxscintilla.a/LexBaan.o .libs/libcodeblocks.lax/libwxscintilla.a/LexBash.o .libs/libcodeblocks.lax/libwxscintilla.a/LexBasic.o .libs/libcodeblocks.lax/libwxscintilla.a/LexBatch.o .libs/libcodeblocks.lax/libwxscintilla.a/LexBibTeX.o .libs/libcodeblocks.lax/libwxscintilla.a/LexBullant.o .libs/libcodeblocks.lax/libwxscintilla.a/LexCLW.o .libs/libcodeblocks.lax/libwxscintilla.a/LexCOBOL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexCPP.o .libs/libcodeblocks.lax/libwxscintilla.a/LexCSS.o .libs/libcodeblocks.lax/libwxscintilla.a/LexCaml.o .libs/libcodeblocks.lax/libwxscintilla.a/LexCmake.o .libs/libcodeblocks.lax/libwxscintilla.a/LexCoffeeScript.o .libs/libcodeblocks.lax/libwxscintilla.a/LexConf.o .libs/libcodeblocks.lax/libwxscintilla.a/LexCrontab.o .libs/libcodeblocks.lax/libwxscintilla.a/LexCsound.o .libs/libcodeblocks.lax/libwxscintilla.a/LexD.o .libs/libcodeblocks.lax/libwxscintilla.a/LexDMAP.o .libs/libcodeblocks.lax/libwxscintilla.a/LexDMIS.o .libs/libcodeblocks.lax/libwxscintilla.a/LexDiff.o .libs/libcodeblocks.lax/libwxscintilla.a/LexECL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexEDIFACT.o .libs/libcodeblocks.lax/libwxscintilla.a/LexEScript.o .libs/libcodeblocks.lax/libwxscintilla.a/LexEiffel.o .libs/libcodeblocks.lax/libwxscintilla.a/LexErlang.o .libs/libcodeblocks.lax/libwxscintilla.a/LexErrorList.o .libs/libcodeblocks.lax/libwxscintilla.a/LexFlagship.o .libs/libcodeblocks.lax/libwxscintilla.a/LexForth.o .libs/libcodeblocks.lax/libwxscintilla.a/LexFortran.o .libs/libcodeblocks.lax/libwxscintilla.a/LexGAP.o .libs/libcodeblocks.lax/libwxscintilla.a/LexGui4Cli.o .libs/libcodeblocks.lax/libwxscintilla.a/LexHTML.o .libs/libcodeblocks.lax/libwxscintilla.a/LexHaskell.o .libs/libcodeblocks.lax/libwxscintilla.a/LexHex.o .libs/libcodeblocks.lax/libwxscintilla.a/LexIndent.o .libs/libcodeblocks.lax/libwxscintilla.a/LexInno.o .libs/libcodeblocks.lax/libwxscintilla.a/LexJSON.o .libs/libcodeblocks.lax/libwxscintilla.a/LexKVIrc.o .libs/libcodeblocks.lax/libwxscintilla.a/LexKix.o .libs/libcodeblocks.lax/libwxscintilla.a/LexLaTeX.o .libs/libcodeblocks.lax/libwxscintilla.a/LexLisp.o .libs/libcodeblocks.lax/libwxscintilla.a/LexLout.o .libs/libcodeblocks.lax/libwxscintilla.a/LexLua.o .libs/libcodeblocks.lax/libwxscintilla.a/LexMMIXAL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexMPT.o .libs/libcodeblocks.lax/libwxscintilla.a/LexMSSQL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexMagik.o .libs/libcodeblocks.lax/libwxscintilla.a/LexMake.o .libs/libcodeblocks.lax/libwxscintilla.a/LexMarkdown.o .libs/libcodeblocks.lax/libwxscintilla.a/LexMatlab.o .libs/libcodeblocks.lax/libwxscintilla.a/LexMetapost.o .libs/libcodeblocks.lax/libwxscintilla.a/LexModula.o .libs/libcodeblocks.lax/libwxscintilla.a/LexMySQL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexNimrod.o .libs/libcodeblocks.lax/libwxscintilla.a/LexNsis.o .libs/libcodeblocks.lax/libwxscintilla.a/LexNull.o .libs/libcodeblocks.lax/libwxscintilla.a/LexOScript.o .libs/libcodeblocks.lax/libwxscintilla.a/LexOpal.o .libs/libcodeblocks.lax/libwxscintilla.a/LexPB.o .libs/libcodeblocks.lax/libwxscintilla.a/LexPLM.o .libs/libcodeblocks.lax/libwxscintilla.a/LexPO.o .libs/libcodeblocks.lax/libwxscintilla.a/LexPOV.o .libs/libcodeblocks.lax/libwxscintilla.a/LexPS.o .libs/libcodeblocks.lax/libwxscintilla.a/LexPascal.o .libs/libcodeblocks.lax/libwxscintilla.a/LexPerl.o .libs/libcodeblocks.lax/libwxscintilla.a/LexPowerPro.o .libs/libcodeblocks.lax/libwxscintilla.a/LexPowerShell.o .libs/libcodeblocks.lax/libwxscintilla.a/LexProgress.o .libs/libcodeblocks.lax/libwxscintilla.a/LexProps.o .libs/libcodeblocks.lax/libwxscintilla.a/LexPython.o .libs/libcodeblocks.lax/libwxscintilla.a/LexR.o .libs/libcodeblocks.lax/libwxscintilla.a/LexRebol.o .libs/libcodeblocks.lax/libwxscintilla.a/LexRegistry.o .libs/libcodeblocks.lax/libwxscintilla.a/LexRuby.o .libs/libcodeblocks.lax/libwxscintilla.a/LexRust.o .libs/libcodeblocks.lax/libwxscintilla.a/LexSML.o .libs/libcodeblocks.lax/libwxscintilla.a/LexSQL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexSTTXT.o .libs/libcodeblocks.lax/libwxscintilla.a/LexScriptol.o .libs/libcodeblocks.lax/libwxscintilla.a/LexSmalltalk.o .libs/libcodeblocks.lax/libwxscintilla.a/LexSorcus.o .libs/libcodeblocks.lax/libwxscintilla.a/LexSpecman.o .libs/libcodeblocks.lax/libwxscintilla.a/LexSpice.o .libs/libcodeblocks.lax/libwxscintilla.a/LexTACL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexTADS3.o .libs/libcodeblocks.lax/libwxscintilla.a/LexTAL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexTCL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexTCMD.o .libs/libcodeblocks.lax/libwxscintilla.a/LexTeX.o .libs/libcodeblocks.lax/libwxscintilla.a/LexTxt2tags.o .libs/libcodeblocks.lax/libwxscintilla.a/LexVB.o .libs/libcodeblocks.lax/libwxscintilla.a/LexVHDL.o .libs/libcodeblocks.lax/libwxscintilla.a/LexVerilog.o .libs/libcodeblocks.lax/libwxscintilla.a/LexVisualProlog.o .libs/libcodeblocks.lax/libwxscintilla.a/LexYAML.o .libs/libcodeblocks.lax/libwxscintilla.a/LexerBase.o .libs/libcodeblocks.lax/libwxscintilla.a/LexerModule.o .libs/libcodeblocks.lax/libwxscintilla.a/LexerNoExceptions.o .libs/libcodeblocks.lax/libwxscintilla.a/LexerSimple.o .libs/libcodeblocks.lax/libwxscintilla.a/LineMarker.o .libs/libcodeblocks.lax/libwxscintilla.a/MarginView.o .libs/libcodeblocks.lax/libwxscintilla.a/PerLine.o .libs/libcodeblocks.lax/libwxscintilla.a/PlatWX.o .libs/libcodeblocks.lax/libwxscintilla.a/PositionCache.o .libs/libcodeblocks.lax/libwxscintilla.a/PropSetSimple.o .libs/libcodeblocks.lax/libwxscintilla.a/RESearch.o .libs/libcodeblocks.lax/libwxscintilla.a/RunStyles.o .libs/libcodeblocks.lax/libwxscintilla.a/ScintillaBase.o .libs/libcodeblocks.lax/libwxscintilla.a/ScintillaWX.o .libs/libcodeblocks.lax/libwxscintilla.a/Selection.o .libs/libcodeblocks.lax/libwxscintilla.a/Style.o .libs/libcodeblocks.lax/libwxscintilla.a/StyleContext.o .libs/libcodeblocks.lax/libwxscintilla.a/UniConversion.o .libs/libcodeblocks.lax/libwxscintilla.a/ViewStyle.o .libs/libcodeblocks.lax/libwxscintilla.a/WordList.o .libs/libcodeblocks.lax/libwxscintilla.a/XPM.o .libs/libcodeblocks.lax/libwxscintilla.a/wxscintilla.o  .libs/libcodeblocks.lax/libtinyxml.a/tinyxml.o .libs/libcodeblocks.lax/libtinyxml.a/tinyxmlerror.o .libs/libcodeblocks.lax/libtinyxml.a/tinyxmlparser.o  .libs/libcodeblocks.lax/libsquirrel.a/sqapi.o .libs/libcodeblocks.lax/libsquirrel.a/sqbaselib.o .libs/libcodeblocks.lax/libsquirrel.a/sqclass.o .libs/libcodeblocks.lax/libsquirrel.a/sqcompiler.o .libs/libcodeblocks.lax/libsquirrel.a/sqdebug.o .libs/libcodeblocks.lax/libsquirrel.a/sqfuncstate.o .libs/libcodeblocks.lax/libsquirrel.a/sqlexer.o .libs/libcodeblocks.lax/libsquirrel.a/sqmem.o .libs/libcodeblocks.lax/libsquirrel.a/sqobject.o .libs/libcodeblocks.lax/libsquirrel.a/sqstate.o .libs/libcodeblocks.lax/libsquirrel.a/sqtable.o .libs/libcodeblocks.lax/libsquirrel.a/sqvm.o  .libs/libcodeblocks.lax/libsqstdlib.a/sqstdaux.o .libs/libcodeblocks.lax/libsqstdlib.a/sqstdblob.o .libs/libcodeblocks.lax/libsqstdlib.a/sqstdio.o .libs/libcodeblocks.lax/libsqstdlib.a/sqstdmath.o .libs/libcodeblocks.lax/libsqstdlib.a/sqstdrex.o .libs/libcodeblocks.lax/libsqstdlib.a/sqstdstream.o .libs/libcodeblocks.lax/libsqstdlib.a/sqstdstring.o .libs/libcodeblocks.lax/libsqstdlib.a/sqstdsystem.o 
libtool: link: ranlib .libs/libcodeblocks.a
libtool: link: rm -fr .libs/libcodeblocks.lax
libtool: link: ( cd ".libs" && rm -f "libcodeblocks.la" && ln -s "../libcodeblocks.la" "libcodeblocks.la" )
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk'
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/sdk'
Making all in src
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src'
Making all in resources
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources'
Making all in icons
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources/icons'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources/icons'
Making all in images
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources/images'
Making all in settings
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources/images/settings'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources/images/settings'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources/images'
gmake[5]: Nothing to be done for 'all-am'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources/images'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources/images'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src/resources'
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src'
depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o app.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from app.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from app.cpp:11:
In file included from ./app.h:33:
./main.h:413:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/frame.h:113:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from app.cpp:11:
In file included from ./app.h:33:
./main.h:413:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/frame.h:113:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from app.cpp:47:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from app.cpp:47:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
depbase=`echo appglobals.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT appglobals.o -MD -MP -MF $depbase.Tpo -c -o appglobals.o appglobals.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from appglobals.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo backtracedlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT backtracedlg.o -MD -MP -MF $depbase.Tpo -c -o backtracedlg.o backtracedlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from backtracedlg.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo breakpointsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT breakpointsdlg.o -MD -MP -MF $depbase.Tpo -c -o breakpointsdlg.o breakpointsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from breakpointsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from breakpointsdlg.cpp:36:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from breakpointsdlg.cpp:36:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
depbase=`echo compilersettingsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilersettingsdlg.o -MD -MP -MF $depbase.Tpo -c -o compilersettingsdlg.o compilersettingsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilersettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo cpuregistersdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cpuregistersdlg.o -MD -MP -MF $depbase.Tpo -c -o cpuregistersdlg.o cpuregistersdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cpuregistersdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo crashhandler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT crashhandler.o -MD -MP -MF $depbase.Tpo -c -o crashhandler.o crashhandler.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo debugger_interface_creator.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debugger_interface_creator.o -MD -MP -MF $depbase.Tpo -c -o debugger_interface_creator.o debugger_interface_creator.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_interface_creator.cpp:7:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_interface_creator.cpp:18:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_interface_creator.cpp:18:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_interface_creator.cpp:23:
./watchesdlg.h:27:19: warning: 'GetWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        wxWindow* GetWindow() { return this; }
                  ^
../../src/include/cbdebugger_interfaces.h:110:27: note: overridden virtual function is here
        virtual wxWindow* GetWindow() = 0;
                          ^
In file included from debugger_interface_creator.cpp:23:
./watchesdlg.h:57:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_interface_creator.cpp:23:
./watchesdlg.h:57:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
40 warnings generated.
depbase=`echo debuggermenu.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debuggermenu.o -MD -MP -MF $depbase.Tpo -c -o debuggermenu.o debuggermenu.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermenu.cpp:9:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggermenu.cpp:29:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggermenu.cpp:29:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
depbase=`echo debuggersettingscommonpanel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debuggersettingscommonpanel.o -MD -MP -MF $depbase.Tpo -c -o debuggersettingscommonpanel.o debuggersettingscommonpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingscommonpanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo debuggersettingsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debuggersettingsdlg.o -MD -MP -MF $depbase.Tpo -c -o debuggersettingsdlg.o debuggersettingsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingsdlg.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo debuggersettingspanel.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debuggersettingspanel.o -MD -MP -MF $depbase.Tpo -c -o debuggersettingspanel.o debuggersettingspanel.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggersettingspanel.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo disassemblydlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT disassemblydlg.o -MD -MP -MF $depbase.Tpo -c -o disassemblydlg.o disassemblydlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from disassemblydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo dlgabout.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT dlgabout.o -MD -MP -MF $depbase.Tpo -c -o dlgabout.o dlgabout.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgabout.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo dlgaboutplugin.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT dlgaboutplugin.o -MD -MP -MF $depbase.Tpo -c -o dlgaboutplugin.o dlgaboutplugin.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dlgaboutplugin.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo editkeywordsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editkeywordsdlg.o -MD -MP -MF $depbase.Tpo -c -o editkeywordsdlg.o editkeywordsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editkeywordsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo editorconfigurationdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editorconfigurationdlg.o -MD -MP -MF $depbase.Tpo -c -o editorconfigurationdlg.o editorconfigurationdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorconfigurationdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editorconfigurationdlg.cpp:39:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editorconfigurationdlg.cpp:39:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
depbase=`echo environmentsettingsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT environmentsettingsdlg.o -MD -MP -MF $depbase.Tpo -c -o environmentsettingsdlg.o environmentsettingsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from environmentsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from environmentsettingsdlg.cpp:45:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from environmentsettingsdlg.cpp:45:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
depbase=`echo examinememorydlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT examinememorydlg.o -MD -MP -MF $depbase.Tpo -c -o examinememorydlg.o examinememorydlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from examinememorydlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo find_replace.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT find_replace.o -MD -MP -MF $depbase.Tpo -c -o find_replace.o find_replace.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from find_replace.cpp:1:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from find_replace.cpp:19:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from find_replace.cpp:19:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from find_replace.cpp:20:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from find_replace.cpp:20:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from find_replace.cpp:21:
../../src/include/confirmreplacedlg.h:40:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from find_replace.cpp:21:
../../src/include/confirmreplacedlg.h:40:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from find_replace.cpp:23:
../../src/include/findreplacedlg.h:69:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from find_replace.cpp:23:
../../src/include/findreplacedlg.h:69:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from find_replace.cpp:24:
../../src/include/searchresultslog.h:30:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from find_replace.cpp:24:
../../src/include/searchresultslog.h:30:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
45 warnings generated.
depbase=`echo goto_file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT goto_file.o -MD -MP -MF $depbase.Tpo -c -o goto_file.o goto_file.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from goto_file.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from goto_file.cpp:11:
In file included from ./goto_file.h:16:
../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from goto_file.cpp:11:
In file included from ./goto_file.h:16:
../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from goto_file.cpp:11:
./goto_file.h:54:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from goto_file.cpp:11:
./goto_file.h:54:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
39 warnings generated.
depbase=`echo infopane.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT infopane.o -MD -MP -MF $depbase.Tpo -c -o infopane.o infopane.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopane.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from main.cpp:12:
In file included from ./app.h:33:
./main.h:413:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/frame.h:113:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from main.cpp:12:
In file included from ./app.h:33:
./main.h:413:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/frame.h:113:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from main.cpp:17:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from main.cpp:17:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from main.cpp:32:
../../src/include/cbstatusbar.h:91:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/statusbr.h:39:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from main.cpp:32:
../../src/include/cbstatusbar.h:91:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/statusbr.h:39:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from main.cpp:46:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from main.cpp:46:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:17:
../../src/include/manager.h:222:13: warning: instantiation of variable 'Mgr<CfgMgrBldr>::instance' required here, but no definition is available [-Wundefined-var-template]
        if (instance == nullptr)
            ^
main.cpp:767:53: note: in instantiation of member function 'Mgr<CfgMgrBldr>::Get' requested here
                                        CfgMgrBldr::Get()->GetConfigFile().wx_str());
                                                    ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:222:13: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<CfgMgrBldr>::instance' is explicitly instantiated in another translation unit
        if (instance == nullptr)
            ^
../../src/include/manager.h:224:17: warning: instantiation of variable 'Mgr<CfgMgrBldr>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
            if (isShutdown == false)
                ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:224:17: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<CfgMgrBldr>::isShutdown' is explicitly instantiated in another translation unit
            if (isShutdown == false)
                ^
In file included from main.cpp:12:
In file included from ./app.h:33:
In file included from ./main.h:23:
In file included from ../../src/include/scripting/bindings/sc_base_types.h:27:
../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
main.cpp:955:21: note: in instantiation of function template specialization 'SqPlus::SQClassDef<MainFrame>::func<bool (MainFrame::*)(const wxString &, bool)>' requested here
                    func(&MainFrame::Open, "Open");
                    ^
In file included from main.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:17:
../../src/include/manager.h:222:13: warning: instantiation of variable 'Mgr<TemplateManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        if (instance == nullptr)
            ^
main.cpp:2591:43: note: in instantiation of member function 'Mgr<TemplateManager>::Get' requested here
        cbProject* prj = TemplateManager::Get()->New(tot, &filename);
                                          ^
../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../src/include/manager.h:222:13: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<TemplateManager>::instance' is explicitly instantiated in another translation unit
        if (instance == nullptr)
            ^
../../src/include/manager.h:224:17: warning: instantiation of variable 'Mgr<TemplateManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
            if (isShutdown == false)
                ^
../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../src/include/manager.h:224:17: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<TemplateManager>::isShutdown' is explicitly instantiated in another translation unit
            if (isShutdown == false)
                ^
48 warnings generated.
depbase=`echo notebookstyles.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT notebookstyles.o -MD -MP -MF $depbase.Tpo -c -o notebookstyles.o notebookstyles.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from notebookstyles.cpp:12:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from notebookstyles.cpp:12:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from notebookstyles.cpp:12:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from notebookstyles.cpp:12:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
4 warnings generated.
depbase=`echo prefix.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT prefix.o -MD -MP -MF $depbase.Tpo -c -o prefix.o prefix.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo printdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT printdlg.o -MD -MP -MF $depbase.Tpo -c -o printdlg.o printdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from printdlg.cpp:23:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from printdlg.cpp:23:
../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
depbase=`echo projectmanagerui.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectmanagerui.o -MD -MP -MF $depbase.Tpo -c -o projectmanagerui.o projectmanagerui.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:41:
../../src/include/confirmreplacedlg.h:40:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:41:
../../src/include/confirmreplacedlg.h:40:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:44:
../../src/include/multiselectdlg.h:42:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:44:
../../src/include/multiselectdlg.h:42:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:46:
../../src/include/projectfileoptionsdlg.h:38:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:46:
../../src/include/projectfileoptionsdlg.h:38:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:48:
../../src/include/projectsfilemasksdlg.h:35:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:48:
../../src/include/projectsfilemasksdlg.h:35:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:50:
In file included from ./goto_file.h:16:
../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:50:
In file included from ./goto_file.h:16:
../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectmanagerui.cpp:50:
./goto_file.h:54:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectmanagerui.cpp:50:
./goto_file.h:54:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
47 warnings generated.
depbase=`echo projectdepsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectdepsdlg.o -MD -MP -MF $depbase.Tpo -c -o projectdepsdlg.o projectdepsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectdepsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo projectoptionsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectoptionsdlg.o -MD -MP -MF $depbase.Tpo -c -o projectoptionsdlg.o projectoptionsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:43:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:43:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:45:
../../src/include/editarrayorderdlg.h:33:6: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:45:
../../src/include/editarrayorderdlg.h:33:6: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:46:
../../src/include/editarrayfiledlg.h:29:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:46:
../../src/include/editarrayfiledlg.h:29:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:47:
../../src/include/editpathdlg.h:46:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:47:
../../src/include/editpathdlg.h:46:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:48:
../../src/include/externaldepsdlg.h:46:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:48:
../../src/include/externaldepsdlg.h:46:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectoptionsdlg.cpp:50:
../../src/include/multiselectdlg.h:42:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectoptionsdlg.cpp:50:
../../src/include/multiselectdlg.h:42:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
47 warnings generated.
depbase=`echo recentitemslist.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT recentitemslist.o -MD -MP -MF $depbase.Tpo -c -o recentitemslist.o recentitemslist.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from recentitemslist.cpp:11:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from recentitemslist.cpp:23:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from recentitemslist.cpp:23:
../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
depbase=`echo scriptconsole.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT scriptconsole.o -MD -MP -MF $depbase.Tpo -c -o scriptconsole.o scriptconsole.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptconsole.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo scriptingsettingsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT scriptingsettingsdlg.o -MD -MP -MF $depbase.Tpo -c -o scriptingsettingsdlg.o scriptingsettingsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from scriptingsettingsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo splashscreen.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT splashscreen.o -MD -MP -MF $depbase.Tpo -c -o splashscreen.o splashscreen.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from splashscreen.cpp:15:
In file included from ../../src/include/configmanager.h:16:
In file included from ../../src/include/manager.h:21:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from splashscreen.cpp:15:
In file included from ../../src/include/configmanager.h:16:
In file included from ../../src/include/manager.h:21:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from splashscreen.cpp:15:
In file included from ../../src/include/configmanager.h:16:
In file included from ../../src/include/manager.h:21:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from splashscreen.cpp:15:
In file included from ../../src/include/configmanager.h:16:
In file included from ../../src/include/manager.h:21:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from splashscreen.cpp:15:
In file included from ../../src/include/configmanager.h:16:
In file included from ../../src/include/manager.h:21:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from splashscreen.cpp:16:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from splashscreen.cpp:16:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
7 warnings generated.
depbase=`echo startherepage.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT startherepage.o -MD -MP -MF $depbase.Tpo -c -o startherepage.o startherepage.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from startherepage.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from startherepage.cpp:29:
./main.h:413:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/frame.h:113:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from startherepage.cpp:29:
./main.h:413:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/frame.h:113:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
depbase=`echo switcherdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT switcherdlg.o -MD -MP -MF $depbase.Tpo -c -o switcherdlg.o switcherdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo threadsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT threadsdlg.o -MD -MP -MF $depbase.Tpo -c -o threadsdlg.o threadsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from threadsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo virtualbuildtargetsdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT virtualbuildtargetsdlg.o -MD -MP -MF $depbase.Tpo -c -o virtualbuildtargetsdlg.o virtualbuildtargetsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from virtualbuildtargetsdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
depbase=`echo watchesdlg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../src/include/scripting/include -I../../src/sdk/wxscintilla/include  -I../../src/include -I../../src/include/scripting/sqplus -I../../src/include/mozilla_chardet -I../../src/include/mozilla_chardet/mfbt -I../../src/include/mozilla_chardet/nsprpub/pr/include -I../../src/include/mozilla_chardet/xpcom -I../../src/include/mozilla_chardet/xpcom/base -I../../src/include/mozilla_chardet/xpcom/glue  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT watchesdlg.o -MD -MP -MF $depbase.Tpo -c -o watchesdlg.o watchesdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Po
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:93:
../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:99:
../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:104:
../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:105:
../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:110:
In file included from ../../src/include/cbplugin.h:18:
../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
In file included from ../../src/include/projectmanager.h:19:
../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:111:
In file included from ../../src/include/cbproject.h:19:
../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:118:
../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:120:
../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:126:
../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:127:
../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:130:
../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:131:
../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:140:
../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from watchesdlg.cpp:10:
In file included from ../../src/include/sdk.h:17:
In file included from ../../src/include/sdk_precomp.h:13:
In file included from ../../src/include/sdk_common.h:142:
../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from watchesdlg.cpp:33:
./watchesdlg.h:27:19: warning: 'GetWindow' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        wxWindow* GetWindow() { return this; }
                  ^
../../src/include/cbdebugger_interfaces.h:110:27: note: overridden virtual function is here
        virtual wxWindow* GetWindow() = 0;
                          ^
In file included from watchesdlg.cpp:33:
./watchesdlg.h:57:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from watchesdlg.cpp:33:
./watchesdlg.h:57:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
watchesdlg.cpp:93:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(cbDummyEditor)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/propgrid/editors.h:81:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxPGEditor)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
watchesdlg.cpp:131:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(cbTextCtrlAndButtonTooltipEditor)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/propgrid/editors.h:395:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxPGTextCtrlAndButtonEditor)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
watchesdlg.cpp:156:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(WatchesProperty)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/propgrid/props.h:104:5: note: overridden virtual function is here
    WX_PG_DECLARE_PROPERTY_CLASS(wxStringProperty)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/propgrid/property.h:2505:13: note: expanded from macro 'WX_PG_DECLARE_PROPERTY_CLASS'
            DECLARE_DYNAMIC_CLASS(CLASSNAME) \
            ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
41 warnings generated.
/opt/pkg/bin/mksh ../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions  -L/opt/pkg/lib -o codeblocks app.o appglobals.o backtracedlg.o breakpointsdlg.o compilersettingsdlg.o cpuregistersdlg.o crashhandler.o debugger_interface_creator.o debuggermenu.o debuggersettingscommonpanel.o debuggersettingsdlg.o debuggersettingspanel.o disassemblydlg.o dlgabout.o dlgaboutplugin.o editkeywordsdlg.o editorconfigurationdlg.o environmentsettingsdlg.o examinememorydlg.o find_replace.o goto_file.o infopane.o main.o notebookstyles.o prefix.o printdlg.o projectmanagerui.o projectdepsdlg.o projectoptionsdlg.o recentitemslist.o scriptconsole.o scriptingsettingsdlg.o splashscreen.o startherepage.o switcherdlg.o threadsdlg.o virtualbuildtargetsdlg.o watchesdlg.o ../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0   -lpthread -ldl 
libtool: link: clang++ -pipe -Os -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -o .libs/codeblocks app.o appglobals.o backtracedlg.o breakpointsdlg.o compilersettingsdlg.o cpuregistersdlg.o crashhandler.o debugger_interface_creator.o debuggermenu.o debuggersettingscommonpanel.o debuggersettingsdlg.o debuggersettingspanel.o disassemblydlg.o dlgabout.o dlgaboutplugin.o editkeywordsdlg.o editorconfigurationdlg.o environmentsettingsdlg.o examinememorydlg.o find_replace.o goto_file.o infopane.o main.o notebookstyles.o prefix.o printdlg.o projectmanagerui.o projectdepsdlg.o projectoptionsdlg.o recentitemslist.o scriptconsole.o scriptingsettingsdlg.o splashscreen.o startherepage.o switcherdlg.o threadsdlg.o virtualbuildtargetsdlg.o watchesdlg.o  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../sdk/.libs/libcodeblocks.dylib -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl -framework OpenGL -framework System -framework AudioToolbox -framework Cocoa -framework Carbon -framework IOKit
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src'
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/src'
Making all in plugins
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins'
Making all in astyle
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/astyle'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/astyle/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/astyle/resources/Astyle.zip manifest.xml *.xrc > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/astyle/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/astyle'
depbase=`echo asstreamiterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT asstreamiterator.lo -MD -MP -MF $depbase.Tpo -c -o asstreamiterator.lo asstreamiterator.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT asstreamiterator.lo -MD -MP -MF .deps/asstreamiterator.Tpo -c asstreamiterator.cpp  -fno-common -DPIC -o .libs/asstreamiterator.o
In file included from asstreamiterator.cpp:10:
In file included from ./asstreamiterator.h:13:
In file included from ../../../src/include/cbeditor.h:15:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from asstreamiterator.cpp:10:
In file included from ./asstreamiterator.h:13:
In file included from ../../../src/include/cbeditor.h:15:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from asstreamiterator.cpp:10:
In file included from ./asstreamiterator.h:13:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from asstreamiterator.cpp:10:
In file included from ./asstreamiterator.h:13:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from asstreamiterator.cpp:14:
In file included from ../../../src/include/cbstyledtextctrl.h:9:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from asstreamiterator.cpp:14:
In file included from ../../../src/include/cbstyledtextctrl.h:9:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from asstreamiterator.cpp:14:
In file included from ../../../src/include/cbstyledtextctrl.h:9:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from asstreamiterator.cpp:14:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from asstreamiterator.cpp:14:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
9 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT asstreamiterator.lo -MD -MP -MF .deps/asstreamiterator.Tpo -c asstreamiterator.cpp -o asstreamiterator.o >/dev/null 2>&1
depbase=`echo astyleconfigdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT astyleconfigdlg.lo -MD -MP -MF $depbase.Tpo -c -o astyleconfigdlg.lo astyleconfigdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyleconfigdlg.lo -MD -MP -MF .deps/astyleconfigdlg.Tpo -c astyleconfigdlg.cpp  -fno-common -DPIC -o .libs/astyleconfigdlg.o
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleconfigdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyleconfigdlg.lo -MD -MP -MF .deps/astyleconfigdlg.Tpo -c astyleconfigdlg.cpp -o astyleconfigdlg.o >/dev/null 2>&1
depbase=`echo astyleplugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT astyleplugin.lo -MD -MP -MF $depbase.Tpo -c -o astyleplugin.lo astyleplugin.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyleplugin.lo -MD -MP -MF .deps/astyleplugin.Tpo -c astyleplugin.cpp  -fno-common -DPIC -o .libs/astyleplugin.o
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from astyleplugin.cpp:33:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from astyleplugin.cpp:33:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyleplugin.lo -MD -MP -MF .deps/astyleplugin.Tpo -c astyleplugin.cpp -o astyleplugin.o >/dev/null 2>&1
depbase=`echo dlgformattersettings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT dlgformattersettings.lo -MD -MP -MF $depbase.Tpo -c -o dlgformattersettings.lo dlgformattersettings.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT dlgformattersettings.lo -MD -MP -MF .deps/dlgformattersettings.Tpo -c dlgformattersettings.cpp  -fno-common -DPIC -o .libs/dlgformattersettings.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT dlgformattersettings.lo -MD -MP -MF .deps/dlgformattersettings.Tpo -c dlgformattersettings.cpp -o dlgformattersettings.o >/dev/null 2>&1
depbase=`echo formattersettings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT formattersettings.lo -MD -MP -MF $depbase.Tpo -c -o formattersettings.lo formattersettings.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT formattersettings.lo -MD -MP -MF .deps/formattersettings.Tpo -c formattersettings.cpp  -fno-common -DPIC -o .libs/formattersettings.o
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from formattersettings.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT formattersettings.lo -MD -MP -MF .deps/formattersettings.Tpo -c formattersettings.cpp -o formattersettings.o >/dev/null 2>&1
depbase=`echo astyle/ASBeautifier.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT astyle/ASBeautifier.lo -MD -MP -MF $depbase.Tpo -c -o astyle/ASBeautifier.lo astyle/ASBeautifier.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyle/ASBeautifier.lo -MD -MP -MF astyle/.deps/ASBeautifier.Tpo -c astyle/ASBeautifier.cpp  -fno-common -DPIC -o astyle/.libs/ASBeautifier.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyle/ASBeautifier.lo -MD -MP -MF astyle/.deps/ASBeautifier.Tpo -c astyle/ASBeautifier.cpp -o astyle/ASBeautifier.o >/dev/null 2>&1
depbase=`echo astyle/ASEnhancer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT astyle/ASEnhancer.lo -MD -MP -MF $depbase.Tpo -c -o astyle/ASEnhancer.lo astyle/ASEnhancer.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyle/ASEnhancer.lo -MD -MP -MF astyle/.deps/ASEnhancer.Tpo -c astyle/ASEnhancer.cpp  -fno-common -DPIC -o astyle/.libs/ASEnhancer.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyle/ASEnhancer.lo -MD -MP -MF astyle/.deps/ASEnhancer.Tpo -c astyle/ASEnhancer.cpp -o astyle/ASEnhancer.o >/dev/null 2>&1
depbase=`echo astyle/ASFormatter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT astyle/ASFormatter.lo -MD -MP -MF $depbase.Tpo -c -o astyle/ASFormatter.lo astyle/ASFormatter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyle/ASFormatter.lo -MD -MP -MF astyle/.deps/ASFormatter.Tpo -c astyle/ASFormatter.cpp  -fno-common -DPIC -o astyle/.libs/ASFormatter.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyle/ASFormatter.lo -MD -MP -MF astyle/.deps/ASFormatter.Tpo -c astyle/ASFormatter.cpp -o astyle/ASFormatter.o >/dev/null 2>&1
depbase=`echo astyle/ASResource.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT astyle/ASResource.lo -MD -MP -MF $depbase.Tpo -c -o astyle/ASResource.lo astyle/ASResource.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyle/ASResource.lo -MD -MP -MF astyle/.deps/ASResource.Tpo -c astyle/ASResource.cpp  -fno-common -DPIC -o astyle/.libs/ASResource.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/plugins/astyle/astyle -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT astyle/ASResource.lo -MD -MP -MF astyle/.deps/ASResource.Tpo -c astyle/ASResource.cpp -o astyle/ASResource.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libAstyle.la -rpath /opt/pkg/lib/codeblocks/plugins asstreamiterator.lo astyleconfigdlg.lo astyleplugin.lo dlgformattersettings.lo formattersettings.lo astyle/ASBeautifier.lo astyle/ASEnhancer.lo astyle/ASFormatter.lo astyle/ASResource.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0   -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libAstyle.dylib  .libs/asstreamiterator.o .libs/astyleconfigdlg.o .libs/astyleplugin.o .libs/dlgformattersettings.o .libs/formattersettings.o astyle/.libs/ASBeautifier.o astyle/.libs/ASEnhancer.o astyle/.libs/ASFormatter.o astyle/.libs/ASResource.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libAstyle.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libAstyle.a  asstreamiterator.o astyleconfigdlg.o astyleplugin.o dlgformattersettings.o formattersettings.o astyle/ASBeautifier.o astyle/ASEnhancer.o astyle/ASFormatter.o astyle/ASResource.o
libtool: link: ranlib .libs/libAstyle.a
libtool: link: ( cd ".libs" && rm -f "libAstyle.la" && ln -s "../libAstyle.la" "libAstyle.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/astyle'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/astyle'
Making all in autosave
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/autosave'
depbase=`echo autosave.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT autosave.lo -MD -MP -MF $depbase.Tpo -c -o autosave.lo autosave.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT autosave.lo -MD -MP -MF .deps/autosave.Tpo -c autosave.cpp  -fno-common -DPIC -o .libs/autosave.o
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autosave.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from autosave.cpp:33:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from autosave.cpp:33:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT autosave.lo -MD -MP -MF .deps/autosave.Tpo -c autosave.cpp -o autosave.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libautosave.la -rpath /opt/pkg/lib/codeblocks/plugins autosave.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libautosave.dylib  .libs/autosave.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libautosave.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libautosave.a  autosave.o
libtool: link: ranlib .libs/libautosave.a
libtool: link: ( cd ".libs" && rm -f "libautosave.la" && ln -s "../libautosave.la" "libautosave.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/autosave/autosave.zip manifest.xml *.xrc > /dev/null
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/autosave'
Making all in classwizard
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/classwizard'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/classwizard/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/classwizard/resources/classwizard.zip manifest.xml *.xrc > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/classwizard/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/classwizard'
depbase=`echo classwizard.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT classwizard.lo -MD -MP -MF $depbase.Tpo -c -o classwizard.lo classwizard.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT classwizard.lo -MD -MP -MF .deps/classwizard.Tpo -c classwizard.cpp  -fno-common -DPIC -o .libs/classwizard.o
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizard.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT classwizard.lo -MD -MP -MF .deps/classwizard.Tpo -c classwizard.cpp -o classwizard.o >/dev/null 2>&1
depbase=`echo classwizarddlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT classwizarddlg.lo -MD -MP -MF $depbase.Tpo -c -o classwizarddlg.lo classwizarddlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT classwizarddlg.lo -MD -MP -MF .deps/classwizarddlg.Tpo -c classwizarddlg.cpp  -fno-common -DPIC -o .libs/classwizarddlg.o
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizarddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classwizarddlg.cpp:32:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classwizarddlg.cpp:32:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT classwizarddlg.lo -MD -MP -MF .deps/classwizarddlg.Tpo -c classwizarddlg.cpp -o classwizarddlg.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libclasswizard.la -rpath /opt/pkg/lib/codeblocks/plugins classwizard.lo classwizarddlg.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libclasswizard.dylib  .libs/classwizard.o .libs/classwizarddlg.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libclasswizard.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libclasswizard.a  classwizard.o classwizarddlg.o
libtool: link: ranlib .libs/libclasswizard.a
libtool: link: ( cd ".libs" && rm -f "libclasswizard.la" && ln -s "../libclasswizard.la" "libclasswizard.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/classwizard'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/classwizard'
Making all in codecompletion
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/codecompletion'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/codecompletion/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/codecompletion/resources/codecompletion.zip classbrowser.xrc codecompletion_toolbar.xrc insert_class_method.xrc manifest.xml project_settings.xrc selectincludefile.xrc settings.xrc images/16x16/class_folder.png images/16x16/class.png images/16x16/class_private.png images/16x16/class_protected.png images/16x16/class_public.png images/16x16/ctor_private.png images/16x16/ctor_protected.png images/16x16/ctor_public.png images/16x16/dtor_private.png images/16x16/dtor_protected.png images/16x16/dtor_public.png images/16x16/enumerator.png images/16x16/enum.png images/16x16/enum_private.png images/16x16/enum_protected.png images/16x16/enum_public.png images/16x16/enums_folder.png images/16x16/folder_blue_open.png images/16x16/folder_blue.png images/16x16/folder_green_open.png images/16x16/folder_green.png images/16x16/folder_open.png images/16x16/folder.png images/16x16/funcs_folder.png images/16x16/header.png images/16x16/keyword_cpp.png images/16x16/keyword_d.png images/16x16/macro_def_folder.png images/16x16/macro_def.png images/16x16/macro_use_folder.png images/16x16/macro_use.png images/16x16/macro_use_private.png images/16x16/macro_use_protected.png images/16x16/macro_use_public.png images/16x16/method_private.png images/16x16/method_protected.png images/16x16/method_public.png images/16x16/namespace.png images/16x16/others_folder.png images/16x16/symbols_folder.png images/16x16/typedef.png images/16x16/typedef_private.png images/16x16/typedef_protected.png images/16x16/typedef_public.png images/16x16/typedefs_folder.png images/16x16/unknown.png images/16x16/var_private.png images/16x16/var_protected.png images/16x16/var_public.png images/16x16/vars_folder.png images/20x20/class_folder.png images/20x20/class.png images/20x20/class_private.png images/20x20/class_protected.png images/20x20/class_public.png images/20x20/ctor_private.png images/20x20/ctor_protected.png images/20x20/ctor_public.png images/20x20/dtor_private.png images/20x20/dtor_protected.png images/20x20/dtor_public.png images/20x20/enumerator.png images/20x20/enum.png images/20x20/enum_private.png images/20x20/enum_protected.png images/20x20/enum_public.png images/20x20/enums_folder.png images/20x20/folder_blue_open.png images/20x20/folder_blue.png images/20x20/folder_green_open.png images/20x20/folder_green.png images/20x20/folder_open.png images/20x20/folder.png images/20x20/funcs_folder.png images/20x20/header.png images/20x20/keyword_cpp.png images/20x20/keyword_d.png images/20x20/macro_def_folder.png images/20x20/macro_def.png images/20x20/macro_use_folder.png images/20x20/macro_use.png images/20x20/macro_use_private.png images/20x20/macro_use_protected.png images/20x20/macro_use_public.png images/20x20/method_private.png images/20x20/method_protected.png images/20x20/method_public.png images/20x20/namespace.png images/20x20/others_folder.png images/20x20/symbols_folder.png images/20x20/typedef.png images/20x20/typedef_private.png images/20x20/typedef_protected.png images/20x20/typedef_public.png images/20x20/typedefs_folder.png images/20x20/unknown.png images/20x20/var_private.png images/20x20/var_protected.png images/20x20/var_public.png images/20x20/vars_folder.png images/24x24/class_folder.png images/24x24/class.png images/24x24/class_private.png images/24x24/class_protected.png images/24x24/class_public.png images/24x24/ctor_private.png images/24x24/ctor_protected.png images/24x24/ctor_public.png images/24x24/dtor_private.png images/24x24/dtor_protected.png images/24x24/dtor_public.png images/24x24/enumerator.png images/24x24/enum.png images/24x24/enum_private.png images/24x24/enum_protected.png images/24x24/enum_public.png images/24x24/enums_folder.png images/24x24/folder_blue_open.png images/24x24/folder_blue.png images/24x24/folder_green_open.png images/24x24/folder_green.png images/24x24/folder_open.png images/24x24/folder.png images/24x24/funcs_folder.png images/24x24/header.png images/24x24/keyword_cpp.png images/24x24/keyword_d.png images/24x24/macro_def_folder.png images/24x24/macro_def.png images/24x24/macro_use_folder.png images/24x24/macro_use.png images/24x24/macro_use_private.png images/24x24/macro_use_protected.png images/24x24/macro_use_public.png images/24x24/method_private.png images/24x24/method_protected.png images/24x24/method_public.png images/24x24/namespace.png images/24x24/others_folder.png images/24x24/symbols_folder.png images/24x24/typedef.png images/24x24/typedef_private.png images/24x24/typedef_protected.png images/24x24/typedef_public.png images/24x24/typedefs_folder.png images/24x24/unknown.png images/24x24/var_private.png images/24x24/var_protected.png images/24x24/var_public.png images/24x24/vars_folder.png images/28x28/class_folder.png images/28x28/class.png images/28x28/class_private.png images/28x28/class_protected.png images/28x28/class_public.png images/28x28/ctor_private.png images/28x28/ctor_protected.png images/28x28/ctor_public.png images/28x28/dtor_private.png images/28x28/dtor_protected.png images/28x28/dtor_public.png images/28x28/enumerator.png images/28x28/enum.png images/28x28/enum_private.png images/28x28/enum_protected.png images/28x28/enum_public.png images/28x28/enums_folder.png images/28x28/folder_blue_open.png images/28x28/folder_blue.png images/28x28/folder_green_open.png images/28x28/folder_green.png images/28x28/folder_open.png images/28x28/folder.png images/28x28/funcs_folder.png images/28x28/header.png images/28x28/keyword_cpp.png images/28x28/keyword_d.png images/28x28/macro_def_folder.png images/28x28/macro_def.png images/28x28/macro_use_folder.png images/28x28/macro_use.png images/28x28/macro_use_private.png images/28x28/macro_use_protected.png images/28x28/macro_use_public.png images/28x28/method_private.png images/28x28/method_protected.png images/28x28/method_public.png images/28x28/namespace.png images/28x28/others_folder.png images/28x28/symbols_folder.png images/28x28/typedef.png images/28x28/typedef_private.png images/28x28/typedef_protected.png images/28x28/typedef_public.png images/28x28/typedefs_folder.png images/28x28/unknown.png images/28x28/var_private.png images/28x28/var_protected.png images/28x28/var_public.png images/28x28/vars_folder.png images/32x32/class_folder.png images/32x32/class.png images/32x32/class_private.png images/32x32/class_protected.png images/32x32/class_public.png images/32x32/ctor_private.png images/32x32/ctor_protected.png images/32x32/ctor_public.png images/32x32/dtor_private.png images/32x32/dtor_protected.png images/32x32/dtor_public.png images/32x32/enumerator.png images/32x32/enum.png images/32x32/enum_private.png images/32x32/enum_protected.png images/32x32/enum_public.png images/32x32/enums_folder.png images/32x32/folder_blue_open.png images/32x32/folder_blue.png images/32x32/folder_green_open.png images/32x32/folder_green.png images/32x32/folder_open.png images/32x32/folder.png images/32x32/funcs_folder.png images/32x32/header.png images/32x32/keyword_cpp.png images/32x32/keyword_d.png images/32x32/macro_def_folder.png images/32x32/macro_def.png images/32x32/macro_use_folder.png images/32x32/macro_use.png images/32x32/macro_use_private.png images/32x32/macro_use_protected.png images/32x32/macro_use_public.png images/32x32/method_private.png images/32x32/method_protected.png images/32x32/method_public.png images/32x32/namespace.png images/32x32/others_folder.png images/32x32/symbols_folder.png images/32x32/typedef.png images/32x32/typedef_private.png images/32x32/typedef_protected.png images/32x32/typedef_public.png images/32x32/typedefs_folder.png images/32x32/unknown.png images/32x32/var_private.png images/32x32/var_protected.png images/32x32/var_public.png images/32x32/vars_folder.png images/40x40/class_folder.png images/40x40/class.png images/40x40/class_private.png images/40x40/class_protected.png images/40x40/class_public.png images/40x40/ctor_private.png images/40x40/ctor_protected.png images/40x40/ctor_public.png images/40x40/dtor_private.png images/40x40/dtor_protected.png images/40x40/dtor_public.png images/40x40/enumerator.png images/40x40/enum.png images/40x40/enum_private.png images/40x40/enum_protected.png images/40x40/enum_public.png images/40x40/enums_folder.png images/40x40/folder_blue_open.png images/40x40/folder_blue.png images/40x40/folder_green_open.png images/40x40/folder_green.png images/40x40/folder_open.png images/40x40/folder.png images/40x40/funcs_folder.png images/40x40/header.png images/40x40/keyword_cpp.png images/40x40/keyword_d.png images/40x40/macro_def_folder.png images/40x40/macro_def.png images/40x40/macro_use_folder.png images/40x40/macro_use.png images/40x40/macro_use_private.png images/40x40/macro_use_protected.png images/40x40/macro_use_public.png images/40x40/method_private.png images/40x40/method_protected.png images/40x40/method_public.png images/40x40/namespace.png images/40x40/others_folder.png images/40x40/symbols_folder.png images/40x40/typedef.png images/40x40/typedef_private.png images/40x40/typedef_protected.png images/40x40/typedef_public.png images/40x40/typedefs_folder.png images/40x40/unknown.png images/40x40/var_private.png images/40x40/var_protected.png images/40x40/var_public.png images/40x40/vars_folder.png images/48x48/class_folder.png images/48x48/class.png images/48x48/class_private.png images/48x48/class_protected.png images/48x48/class_public.png images/48x48/ctor_private.png images/48x48/ctor_protected.png images/48x48/ctor_public.png images/48x48/dtor_private.png images/48x48/dtor_protected.png images/48x48/dtor_public.png images/48x48/enumerator.png images/48x48/enum.png images/48x48/enum_private.png images/48x48/enum_protected.png images/48x48/enum_public.png images/48x48/enums_folder.png images/48x48/folder_blue_open.png images/48x48/folder_blue.png images/48x48/folder_green_open.png images/48x48/folder_green.png images/48x48/folder_open.png images/48x48/folder.png images/48x48/funcs_folder.png images/48x48/header.png images/48x48/keyword_cpp.png images/48x48/keyword_d.png images/48x48/macro_def_folder.png images/48x48/macro_def.png images/48x48/macro_use_folder.png images/48x48/macro_use.png images/48x48/macro_use_private.png images/48x48/macro_use_protected.png images/48x48/macro_use_public.png images/48x48/method_private.png images/48x48/method_protected.png images/48x48/method_public.png images/48x48/namespace.png images/48x48/others_folder.png images/48x48/symbols_folder.png images/48x48/typedef.png images/48x48/typedef_private.png images/48x48/typedef_protected.png images/48x48/typedef_public.png images/48x48/typedefs_folder.png images/48x48/unknown.png images/48x48/var_private.png images/48x48/var_protected.png images/48x48/var_public.png images/48x48/vars_folder.png images/56x56/class_folder.png images/56x56/class.png images/56x56/class_private.png images/56x56/class_protected.png images/56x56/class_public.png images/56x56/ctor_private.png images/56x56/ctor_protected.png images/56x56/ctor_public.png images/56x56/dtor_private.png images/56x56/dtor_protected.png images/56x56/dtor_public.png images/56x56/enumerator.png images/56x56/enum.png images/56x56/enum_private.png images/56x56/enum_protected.png images/56x56/enum_public.png images/56x56/enums_folder.png images/56x56/folder_blue_open.png images/56x56/folder_blue.png images/56x56/folder_green_open.png images/56x56/folder_green.png images/56x56/folder_open.png images/56x56/folder.png images/56x56/funcs_folder.png images/56x56/header.png images/56x56/keyword_cpp.png images/56x56/keyword_d.png images/56x56/macro_def_folder.png images/56x56/macro_def.png images/56x56/macro_use_folder.png images/56x56/macro_use.png images/56x56/macro_use_private.png images/56x56/macro_use_protected.png images/56x56/macro_use_public.png images/56x56/method_private.png images/56x56/method_protected.png images/56x56/method_public.png images/56x56/namespace.png images/56x56/others_folder.png images/56x56/symbols_folder.png images/56x56/typedef.png images/56x56/typedef_private.png images/56x56/typedef_protected.png images/56x56/typedef_public.png images/56x56/typedefs_folder.png images/56x56/unknown.png images/56x56/var_private.png images/56x56/var_protected.png images/56x56/var_public.png images/56x56/vars_folder.png images/64x64/class_folder.png images/64x64/class.png images/64x64/class_private.png images/64x64/class_protected.png images/64x64/class_public.png images/64x64/ctor_private.png images/64x64/ctor_protected.png images/64x64/ctor_public.png images/64x64/dtor_private.png images/64x64/dtor_protected.png images/64x64/dtor_public.png images/64x64/enumerator.png images/64x64/enum.png images/64x64/enum_private.png images/64x64/enum_protected.png images/64x64/enum_public.png images/64x64/enums_folder.png images/64x64/folder_blue_open.png images/64x64/folder_blue.png images/64x64/folder_green_open.png images/64x64/folder_green.png images/64x64/folder_open.png images/64x64/folder.png images/64x64/funcs_folder.png images/64x64/header.png images/64x64/keyword_cpp.png images/64x64/keyword_d.png images/64x64/macro_def_folder.png images/64x64/macro_def.png images/64x64/macro_use_folder.png images/64x64/macro_use.png images/64x64/macro_use_private.png images/64x64/macro_use_protected.png images/64x64/macro_use_public.png images/64x64/method_private.png images/64x64/method_protected.png images/64x64/method_public.png images/64x64/namespace.png images/64x64/others_folder.png images/64x64/symbols_folder.png images/64x64/typedef.png images/64x64/typedef_private.png images/64x64/typedef_protected.png images/64x64/typedef_public.png images/64x64/typedefs_folder.png images/64x64/unknown.png images/64x64/var_private.png images/64x64/var_protected.png images/64x64/var_public.png images/64x64/vars_folder.png > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/codecompletion/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/codecompletion'
depbase=`echo ccoptionsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ccoptionsdlg.lo -MD -MP -MF $depbase.Tpo -c -o ccoptionsdlg.lo ccoptionsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ccoptionsdlg.lo -MD -MP -MF .deps/ccoptionsdlg.Tpo -c ccoptionsdlg.cpp  -fno-common -DPIC -o .libs/ccoptionsdlg.o
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsdlg.cpp:34:
../../../src/include/editpairdlg.h:34:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsdlg.cpp:34:
../../../src/include/editpairdlg.h:34:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ccoptionsdlg.lo -MD -MP -MF .deps/ccoptionsdlg.Tpo -c ccoptionsdlg.cpp -o ccoptionsdlg.o >/dev/null 2>&1
depbase=`echo ccoptionsprjdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ccoptionsprjdlg.lo -MD -MP -MF $depbase.Tpo -c -o ccoptionsprjdlg.lo ccoptionsprjdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ccoptionsprjdlg.lo -MD -MP -MF .deps/ccoptionsprjdlg.Tpo -c ccoptionsprjdlg.cpp  -fno-common -DPIC -o .libs/ccoptionsprjdlg.o
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ccoptionsprjdlg.cpp:25:
../../../src/include/editpathdlg.h:46:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ccoptionsprjdlg.cpp:25:
../../../src/include/editpathdlg.h:46:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ccoptionsprjdlg.lo -MD -MP -MF .deps/ccoptionsprjdlg.Tpo -c ccoptionsprjdlg.cpp -o ccoptionsprjdlg.o >/dev/null 2>&1
depbase=`echo cctreectrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cctreectrl.lo -MD -MP -MF $depbase.Tpo -c -o cctreectrl.lo cctreectrl.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cctreectrl.lo -MD -MP -MF .deps/cctreectrl.Tpo -c cctreectrl.cpp  -fno-common -DPIC -o .libs/cctreectrl.o
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cctreectrl.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cctreectrl.lo -MD -MP -MF .deps/cctreectrl.Tpo -c cctreectrl.cpp -o cctreectrl.o >/dev/null 2>&1
depbase=`echo classbrowser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT classbrowser.lo -MD -MP -MF $depbase.Tpo -c -o classbrowser.lo classbrowser.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT classbrowser.lo -MD -MP -MF .deps/classbrowser.Tpo -c classbrowser.cpp  -fno-common -DPIC -o .libs/classbrowser.o
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowser.cpp:41:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowser.cpp:41:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT classbrowser.lo -MD -MP -MF .deps/classbrowser.Tpo -c classbrowser.cpp -o classbrowser.o >/dev/null 2>&1
depbase=`echo classbrowserbuilderthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT classbrowserbuilderthread.lo -MD -MP -MF $depbase.Tpo -c -o classbrowserbuilderthread.lo classbrowserbuilderthread.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT classbrowserbuilderthread.lo -MD -MP -MF .deps/classbrowserbuilderthread.Tpo -c classbrowserbuilderthread.cpp  -fno-common -DPIC -o .libs/classbrowserbuilderthread.o
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from classbrowserbuilderthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT classbrowserbuilderthread.lo -MD -MP -MF .deps/classbrowserbuilderthread.Tpo -c classbrowserbuilderthread.cpp -o classbrowserbuilderthread.o >/dev/null 2>&1
depbase=`echo codecompletion.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT codecompletion.lo -MD -MP -MF $depbase.Tpo -c -o codecompletion.lo codecompletion.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codecompletion.lo -MD -MP -MF .deps/codecompletion.Tpo -c codecompletion.cpp  -fno-common -DPIC -o .libs/codecompletion.o
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codecompletion.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codecompletion.cpp:47:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codecompletion.cpp:47:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codecompletion.cpp:50:
../../../src/include/multiselectdlg.h:42:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codecompletion.cpp:50:
../../../src/include/multiselectdlg.h:42:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codecompletion.cpp:63:
In file included from ./gotofunctiondlg.h:22:
../../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codecompletion.cpp:63:
In file included from ./gotofunctiondlg.h:22:
../../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
41 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codecompletion.lo -MD -MP -MF .deps/codecompletion.Tpo -c codecompletion.cpp -o codecompletion.o >/dev/null 2>&1
depbase=`echo coderefactoring.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT coderefactoring.lo -MD -MP -MF $depbase.Tpo -c -o coderefactoring.lo coderefactoring.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT coderefactoring.lo -MD -MP -MF .deps/coderefactoring.Tpo -c coderefactoring.cpp  -fno-common -DPIC -o .libs/coderefactoring.o
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from coderefactoring.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from coderefactoring.cpp:29:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from coderefactoring.cpp:29:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from coderefactoring.cpp:31:
../../../src/include/searchresultslog.h:30:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from coderefactoring.cpp:31:
../../../src/include/searchresultslog.h:30:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
39 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT coderefactoring.lo -MD -MP -MF .deps/coderefactoring.Tpo -c coderefactoring.cpp -o coderefactoring.o >/dev/null 2>&1
depbase=`echo doxygen_parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT doxygen_parser.lo -MD -MP -MF $depbase.Tpo -c -o doxygen_parser.lo doxygen_parser.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT doxygen_parser.lo -MD -MP -MF .deps/doxygen_parser.Tpo -c doxygen_parser.cpp  -fno-common -DPIC -o .libs/doxygen_parser.o
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from doxygen_parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from doxygen_parser.cpp:23:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from doxygen_parser.cpp:23:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT doxygen_parser.lo -MD -MP -MF .deps/doxygen_parser.Tpo -c doxygen_parser.cpp -o doxygen_parser.o >/dev/null 2>&1
depbase=`echo gotofunctiondlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT gotofunctiondlg.lo -MD -MP -MF $depbase.Tpo -c -o gotofunctiondlg.lo gotofunctiondlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT gotofunctiondlg.lo -MD -MP -MF .deps/gotofunctiondlg.Tpo -c gotofunctiondlg.cpp  -fno-common -DPIC -o .libs/gotofunctiondlg.o
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gotofunctiondlg.cpp:6:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gotofunctiondlg.cpp:7:
In file included from ./gotofunctiondlg.h:22:
../../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gotofunctiondlg.cpp:7:
In file included from ./gotofunctiondlg.h:22:
../../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT gotofunctiondlg.lo -MD -MP -MF .deps/gotofunctiondlg.Tpo -c gotofunctiondlg.cpp -o gotofunctiondlg.o >/dev/null 2>&1
depbase=`echo insertclassmethoddlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT insertclassmethoddlg.lo -MD -MP -MF $depbase.Tpo -c -o insertclassmethoddlg.lo insertclassmethoddlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT insertclassmethoddlg.lo -MD -MP -MF .deps/insertclassmethoddlg.Tpo -c insertclassmethoddlg.cpp  -fno-common -DPIC -o .libs/insertclassmethoddlg.o
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from insertclassmethoddlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT insertclassmethoddlg.lo -MD -MP -MF .deps/insertclassmethoddlg.Tpo -c insertclassmethoddlg.cpp -o insertclassmethoddlg.o >/dev/null 2>&1
depbase=`echo nativeparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT nativeparser.lo -MD -MP -MF $depbase.Tpo -c -o nativeparser.lo nativeparser.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT nativeparser.lo -MD -MP -MF .deps/nativeparser.Tpo -c nativeparser.cpp  -fno-common -DPIC -o .libs/nativeparser.o
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser.cpp:39:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser.cpp:39:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT nativeparser.lo -MD -MP -MF .deps/nativeparser.Tpo -c nativeparser.cpp -o nativeparser.o >/dev/null 2>&1
depbase=`echo nativeparser_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT nativeparser_base.lo -MD -MP -MF $depbase.Tpo -c -o nativeparser_base.lo nativeparser_base.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT nativeparser_base.lo -MD -MP -MF .deps/nativeparser_base.Tpo -c nativeparser_base.cpp  -fno-common -DPIC -o .libs/nativeparser_base.o
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from nativeparser_base.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT nativeparser_base.lo -MD -MP -MF .deps/nativeparser_base.Tpo -c nativeparser_base.cpp -o nativeparser_base.o >/dev/null 2>&1
depbase=`echo selectincludefile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT selectincludefile.lo -MD -MP -MF $depbase.Tpo -c -o selectincludefile.lo selectincludefile.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT selectincludefile.lo -MD -MP -MF .deps/selectincludefile.Tpo -c selectincludefile.cpp  -fno-common -DPIC -o .libs/selectincludefile.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT selectincludefile.lo -MD -MP -MF .deps/selectincludefile.Tpo -c selectincludefile.cpp -o selectincludefile.o >/dev/null 2>&1
depbase=`echo systemheadersthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT systemheadersthread.lo -MD -MP -MF $depbase.Tpo -c -o systemheadersthread.lo systemheadersthread.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT systemheadersthread.lo -MD -MP -MF .deps/systemheadersthread.Tpo -c systemheadersthread.cpp  -fno-common -DPIC -o .libs/systemheadersthread.o
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from systemheadersthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT systemheadersthread.lo -MD -MP -MF .deps/systemheadersthread.Tpo -c systemheadersthread.cpp -o systemheadersthread.o >/dev/null 2>&1
depbase=`echo parser/ccdebuginfo.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/ccdebuginfo.lo -MD -MP -MF $depbase.Tpo -c -o parser/ccdebuginfo.lo parser/ccdebuginfo.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/ccdebuginfo.lo -MD -MP -MF parser/.deps/ccdebuginfo.Tpo -c parser/ccdebuginfo.cpp  -fno-common -DPIC -o parser/.libs/ccdebuginfo.o
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/ccdebuginfo.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/ccdebuginfo.lo -MD -MP -MF parser/.deps/ccdebuginfo.Tpo -c parser/ccdebuginfo.cpp -o parser/ccdebuginfo.o >/dev/null 2>&1
depbase=`echo parser/cclogger.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/cclogger.lo -MD -MP -MF $depbase.Tpo -c -o parser/cclogger.lo parser/cclogger.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/cclogger.lo -MD -MP -MF parser/.deps/cclogger.Tpo -c parser/cclogger.cpp  -fno-common -DPIC -o parser/.libs/cclogger.o
In file included from parser/cclogger.cpp:10:
In file included from parser/cclogger.h:15:
In file included from ../../../src/include/logmanager.h:9:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/cclogger.cpp:10:
In file included from parser/cclogger.h:15:
In file included from ../../../src/include/logmanager.h:9:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/cclogger.cpp:10:
In file included from parser/cclogger.h:15:
In file included from ../../../src/include/logmanager.h:9:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/cclogger.cpp:10:
In file included from parser/cclogger.h:15:
In file included from ../../../src/include/logmanager.h:9:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/cclogger.cpp:10:
In file included from parser/cclogger.h:15:
In file included from ../../../src/include/logmanager.h:9:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/cclogger.cpp:10:
In file included from parser/cclogger.h:15:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
6 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/cclogger.lo -MD -MP -MF parser/.deps/cclogger.Tpo -c parser/cclogger.cpp -o parser/cclogger.o >/dev/null 2>&1
depbase=`echo parser/parser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/parser.lo -MD -MP -MF $depbase.Tpo -c -o parser/parser.lo parser/parser.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/parser.lo -MD -MP -MF parser/.deps/parser.Tpo -c parser/parser.cpp  -fno-common -DPIC -o parser/.libs/parser.o
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser.cpp:31:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser.cpp:31:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/parser.lo -MD -MP -MF parser/.deps/parser.Tpo -c parser/parser.cpp -o parser/parser.o >/dev/null 2>&1
depbase=`echo parser/parser_base.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/parser_base.lo -MD -MP -MF $depbase.Tpo -c -o parser/parser_base.lo parser/parser_base.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/parser_base.lo -MD -MP -MF parser/.deps/parser_base.Tpo -c parser/parser_base.cpp  -fno-common -DPIC -o parser/.libs/parser_base.o
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser_base.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parser_base.cpp:9:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parser_base.cpp:9:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/parser_base.lo -MD -MP -MF parser/.deps/parser_base.Tpo -c parser/parser_base.cpp -o parser/parser_base.o >/dev/null 2>&1
depbase=`echo parser/parserthread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/parserthread.lo -MD -MP -MF $depbase.Tpo -c -o parser/parserthread.lo parser/parserthread.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/parserthread.lo -MD -MP -MF parser/.deps/parserthread.Tpo -c parser/parserthread.cpp  -fno-common -DPIC -o parser/.libs/parserthread.o
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthread.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/parserthread.lo -MD -MP -MF parser/.deps/parserthread.Tpo -c parser/parserthread.cpp -o parser/parserthread.o >/dev/null 2>&1
depbase=`echo parser/parserthreadedtask.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/parserthreadedtask.lo -MD -MP -MF $depbase.Tpo -c -o parser/parserthreadedtask.lo parser/parserthreadedtask.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/parserthreadedtask.lo -MD -MP -MF parser/.deps/parserthreadedtask.Tpo -c parser/parserthreadedtask.cpp  -fno-common -DPIC -o parser/.libs/parserthreadedtask.o
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/parserthreadedtask.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/parserthreadedtask.lo -MD -MP -MF parser/.deps/parserthreadedtask.Tpo -c parser/parserthreadedtask.cpp -o parser/parserthreadedtask.o >/dev/null 2>&1
depbase=`echo parser/profiletimer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/profiletimer.lo -MD -MP -MF $depbase.Tpo -c -o parser/profiletimer.lo parser/profiletimer.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/profiletimer.lo -MD -MP -MF parser/.deps/profiletimer.Tpo -c parser/profiletimer.cpp  -fno-common -DPIC -o parser/.libs/profiletimer.o
In file included from parser/profiletimer.cpp:12:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/profiletimer.cpp:12:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/profiletimer.cpp:12:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/profiletimer.cpp:12:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/profiletimer.cpp:12:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/profiletimer.cpp:13:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
6 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/profiletimer.lo -MD -MP -MF parser/.deps/profiletimer.Tpo -c parser/profiletimer.cpp -o parser/profiletimer.o >/dev/null 2>&1
depbase=`echo parser/token.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/token.lo -MD -MP -MF $depbase.Tpo -c -o parser/token.lo parser/token.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/token.lo -MD -MP -MF parser/.deps/token.Tpo -c parser/token.cpp  -fno-common -DPIC -o parser/.libs/token.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/token.lo -MD -MP -MF parser/.deps/token.Tpo -c parser/token.cpp -o parser/token.o >/dev/null 2>&1
depbase=`echo parser/tokenizer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/tokenizer.lo -MD -MP -MF $depbase.Tpo -c -o parser/tokenizer.lo parser/tokenizer.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/tokenizer.lo -MD -MP -MF parser/.deps/tokenizer.Tpo -c parser/tokenizer.cpp  -fno-common -DPIC -o parser/.libs/tokenizer.o
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/tokenizer.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/tokenizer.lo -MD -MP -MF parser/.deps/tokenizer.Tpo -c parser/tokenizer.cpp -o parser/tokenizer.o >/dev/null 2>&1
depbase=`echo parser/tokentree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/tokentree.lo -MD -MP -MF $depbase.Tpo -c -o parser/tokentree.lo parser/tokentree.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/tokentree.lo -MD -MP -MF parser/.deps/tokentree.Tpo -c parser/tokentree.cpp  -fno-common -DPIC -o parser/.libs/tokentree.o
In file included from parser/tokentree.cpp:16:
In file included from parser/cclogger.h:15:
In file included from ../../../src/include/logmanager.h:9:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokentree.cpp:16:
In file included from parser/cclogger.h:15:
In file included from ../../../src/include/logmanager.h:9:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokentree.cpp:16:
In file included from parser/cclogger.h:15:
In file included from ../../../src/include/logmanager.h:9:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokentree.cpp:16:
In file included from parser/cclogger.h:15:
In file included from ../../../src/include/logmanager.h:9:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokentree.cpp:16:
In file included from parser/cclogger.h:15:
In file included from ../../../src/include/logmanager.h:9:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/tokentree.cpp:16:
In file included from parser/cclogger.h:15:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
6 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/tokentree.lo -MD -MP -MF parser/.deps/tokentree.Tpo -c parser/tokentree.cpp -o parser/tokentree.o >/dev/null 2>&1
depbase=`echo parser/searchtree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/searchtree.lo -MD -MP -MF $depbase.Tpo -c -o parser/searchtree.lo parser/searchtree.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/searchtree.lo -MD -MP -MF parser/.deps/searchtree.Tpo -c parser/searchtree.cpp  -fno-common -DPIC -o parser/.libs/searchtree.o
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/searchtree.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/searchtree.lo -MD -MP -MF parser/.deps/searchtree.Tpo -c parser/searchtree.cpp -o parser/searchtree.o >/dev/null 2>&1
depbase=`echo parser/expression.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parser/expression.lo -MD -MP -MF $depbase.Tpo -c -o parser/expression.lo parser/expression.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/expression.lo -MD -MP -MF parser/.deps/expression.Tpo -c parser/expression.cpp  -fno-common -DPIC -o parser/.libs/expression.o
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parser/expression.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parser/expression.lo -MD -MP -MF parser/.deps/expression.Tpo -c parser/expression.cpp -o parser/expression.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libcodecompletion.la -rpath /opt/pkg/lib/codeblocks/plugins ccoptionsdlg.lo ccoptionsprjdlg.lo cctreectrl.lo classbrowser.lo classbrowserbuilderthread.lo codecompletion.lo coderefactoring.lo doxygen_parser.lo gotofunctiondlg.lo insertclassmethoddlg.lo nativeparser.lo nativeparser_base.lo selectincludefile.lo systemheadersthread.lo parser/ccdebuginfo.lo parser/cclogger.lo parser/parser.lo parser/parser_base.lo parser/parserthread.lo parser/parserthreadedtask.lo parser/profiletimer.lo parser/token.lo parser/tokenizer.lo parser/tokentree.lo parser/searchtree.lo parser/expression.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  ../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libcodecompletion.dylib  .libs/ccoptionsdlg.o .libs/ccoptionsprjdlg.o .libs/cctreectrl.o .libs/classbrowser.o .libs/classbrowserbuilderthread.o .libs/codecompletion.o .libs/coderefactoring.o .libs/doxygen_parser.o .libs/gotofunctiondlg.o .libs/insertclassmethoddlg.o .libs/nativeparser.o .libs/nativeparser_base.o .libs/selectincludefile.o .libs/systemheadersthread.o parser/.libs/ccdebuginfo.o parser/.libs/cclogger.o parser/.libs/parser.o parser/.libs/parser_base.o parser/.libs/parserthread.o parser/.libs/parserthreadedtask.o parser/.libs/profiletimer.o parser/.libs/token.o parser/.libs/tokenizer.o parser/.libs/tokentree.o parser/.libs/searchtree.o parser/.libs/expression.o   -Wl,-force_load,../../../src/base/tinyxml/.libs/libtinyxml.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libcodecompletion.dylib  -Wl,-single_module
libtool: link: (cd .libs/libcodecompletion.lax/libtinyxml.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/codecompletion/../../../src/base/tinyxml/.libs/libtinyxml.a")
libtool: link: ar cr .libs/libcodecompletion.a  ccoptionsdlg.o ccoptionsprjdlg.o cctreectrl.o classbrowser.o classbrowserbuilderthread.o codecompletion.o coderefactoring.o doxygen_parser.o gotofunctiondlg.o insertclassmethoddlg.o nativeparser.o nativeparser_base.o selectincludefile.o systemheadersthread.o parser/ccdebuginfo.o parser/cclogger.o parser/parser.o parser/parser_base.o parser/parserthread.o parser/parserthreadedtask.o parser/profiletimer.o parser/token.o parser/tokenizer.o parser/tokentree.o parser/searchtree.o parser/expression.o  .libs/libcodecompletion.lax/libtinyxml.a/tinyxml.o .libs/libcodecompletion.lax/libtinyxml.a/tinyxmlerror.o .libs/libcodecompletion.lax/libtinyxml.a/tinyxmlparser.o 
libtool: link: ranlib .libs/libcodecompletion.a
libtool: link: rm -fr .libs/libcodecompletion.lax
libtool: link: ( cd ".libs" && rm -f "libcodecompletion.la" && ln -s "../libcodecompletion.la" "libcodecompletion.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/codecompletion'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/codecompletion'
Making all in compilergcc
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc'
Making all in depslib
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc/depslib'
Making all in src
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc/depslib/src'
depbase=`echo alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT alloc.lo -MD -MP -MF $depbase.Tpo -c -o alloc.lo alloc.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c  -fno-common -DPIC -o .libs/alloc.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1
depbase=`echo cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT cache.lo -MD -MP -MF $depbase.Tpo -c -o cache.lo cache.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c  -fno-common -DPIC -o .libs/cache.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT cache.lo -MD -MP -MF .deps/cache.Tpo -c cache.c -o cache.o >/dev/null 2>&1
depbase=`echo depslib.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT depslib.lo -MD -MP -MF $depbase.Tpo -c -o depslib.lo depslib.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT depslib.lo -MD -MP -MF .deps/depslib.Tpo -c depslib.c  -fno-common -DPIC -o .libs/depslib.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT depslib.lo -MD -MP -MF .deps/depslib.Tpo -c depslib.c -o depslib.o >/dev/null 2>&1
depbase=`echo filent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT filent.lo -MD -MP -MF $depbase.Tpo -c -o filent.lo filent.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT filent.lo -MD -MP -MF .deps/filent.Tpo -c filent.c  -fno-common -DPIC -o .libs/filent.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT filent.lo -MD -MP -MF .deps/filent.Tpo -c filent.c -o filent.o >/dev/null 2>&1
depbase=`echo fileunix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT fileunix.lo -MD -MP -MF $depbase.Tpo -c -o fileunix.lo fileunix.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT fileunix.lo -MD -MP -MF .deps/fileunix.Tpo -c fileunix.c  -fno-common -DPIC -o .libs/fileunix.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT fileunix.lo -MD -MP -MF .deps/fileunix.Tpo -c fileunix.c -o fileunix.o >/dev/null 2>&1
depbase=`echo hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT hash.lo -MD -MP -MF $depbase.Tpo -c -o hash.lo hash.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c  -fno-common -DPIC -o .libs/hash.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -o hash.o >/dev/null 2>&1
depbase=`echo headers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT headers.lo -MD -MP -MF $depbase.Tpo -c -o headers.lo headers.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c  -fno-common -DPIC -o .libs/headers.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -o headers.o >/dev/null 2>&1
depbase=`echo lists.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT lists.lo -MD -MP -MF $depbase.Tpo -c -o lists.lo lists.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT lists.lo -MD -MP -MF .deps/lists.Tpo -c lists.c  -fno-common -DPIC -o .libs/lists.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT lists.lo -MD -MP -MF .deps/lists.Tpo -c lists.c -o lists.o >/dev/null 2>&1
depbase=`echo newstr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT newstr.lo -MD -MP -MF $depbase.Tpo -c -o newstr.lo newstr.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT newstr.lo -MD -MP -MF .deps/newstr.Tpo -c newstr.c  -fno-common -DPIC -o .libs/newstr.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT newstr.lo -MD -MP -MF .deps/newstr.Tpo -c newstr.c -o newstr.o >/dev/null 2>&1
depbase=`echo pathsplit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT pathsplit.lo -MD -MP -MF $depbase.Tpo -c -o pathsplit.lo pathsplit.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT pathsplit.lo -MD -MP -MF .deps/pathsplit.Tpo -c pathsplit.c  -fno-common -DPIC -o .libs/pathsplit.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT pathsplit.lo -MD -MP -MF .deps/pathsplit.Tpo -c pathsplit.c -o pathsplit.o >/dev/null 2>&1
depbase=`echo pathunix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT pathunix.lo -MD -MP -MF $depbase.Tpo -c -o pathunix.lo pathunix.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT pathunix.lo -MD -MP -MF .deps/pathunix.Tpo -c pathunix.c  -fno-common -DPIC -o .libs/pathunix.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT pathunix.lo -MD -MP -MF .deps/pathunix.Tpo -c pathunix.c -o pathunix.o >/dev/null 2>&1
depbase=`echo regexp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT regexp.lo -MD -MP -MF $depbase.Tpo -c -o regexp.lo regexp.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c regexp.c  -fno-common -DPIC -o .libs/regexp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c regexp.c -o regexp.o >/dev/null 2>&1
depbase=`echo search.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT search.lo -MD -MP -MF $depbase.Tpo -c -o search.lo search.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.c  -fno-common -DPIC -o .libs/search.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT search.lo -MD -MP -MF .deps/search.Tpo -c search.c -o search.o >/dev/null 2>&1
depbase=`echo timestamp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=compile clang -DHAVE_CONFIG_H -I. -I../../../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90 -MT timestamp.lo -MD -MP -MF $depbase.Tpo -c -o timestamp.lo timestamp.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT timestamp.lo -MD -MP -MF .deps/timestamp.Tpo -c timestamp.c  -fno-common -DPIC -o .libs/timestamp.o
libtool: compile:  clang -DHAVE_CONFIG_H -I. -I../../../../../src/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -fPIC -std=c90 -MT timestamp.lo -MD -MP -MF .deps/timestamp.Tpo -c timestamp.c -o timestamp.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CC   --mode=link clang -Wall -g -DDEPSLIB_UNIX -fno-strict-aliasing -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -fPIC -std=c90  -L/opt/pkg/lib -o libdepslib.la  alloc.lo cache.lo depslib.lo filent.lo fileunix.lo hash.lo headers.lo lists.lo newstr.lo pathsplit.lo pathunix.lo regexp.lo search.lo timestamp.lo  -lpthread -ldl 
libtool: link: ar cr .libs/libdepslib.a .libs/alloc.o .libs/cache.o .libs/depslib.o .libs/filent.o .libs/fileunix.o .libs/hash.o .libs/headers.o .libs/lists.o .libs/newstr.o .libs/pathsplit.o .libs/pathunix.o .libs/regexp.o .libs/search.o .libs/timestamp.o 
/System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libdepslib.a(filent.o) has no symbols
libtool: link: ranlib .libs/libdepslib.a
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libdepslib.a(filent.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libdepslib.la" && ln -s "../libdepslib.la" "libdepslib.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc/depslib/src'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc/depslib'
gmake[5]: Nothing to be done for 'all-am'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc/depslib'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc/depslib'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc/resources/compiler.zip advanced_compiler_options.xrc compiler_flag.xrc compiler_menu.xrc compiler_options.xrc compiler_toolbar.xrc manifest.xml images/16x16/compile.png images/16x16/compilerun.png images/16x16/rebuild.png images/16x16/run.png images/16x16/stop.png images/20x20/compile.png images/20x20/compilerun.png images/20x20/rebuild.png images/20x20/run.png images/20x20/stop.png images/24x24/compile.png images/24x24/compilerun.png images/24x24/rebuild.png images/24x24/run.png images/24x24/stop.png images/28x28/compile.png images/28x28/compilerun.png images/28x28/rebuild.png images/28x28/run.png images/28x28/stop.png images/32x32/compile.png images/32x32/compilerun.png images/32x32/rebuild.png images/32x32/run.png images/32x32/stop.png images/40x40/compile.png images/40x40/compilerun.png images/40x40/rebuild.png images/40x40/run.png images/40x40/stop.png images/48x48/compile.png images/48x48/compilerun.png images/48x48/rebuild.png images/48x48/run.png images/48x48/stop.png images/56x56/compile.png images/56x56/compilerun.png images/56x56/rebuild.png images/56x56/run.png images/56x56/stop.png images/64x64/compile.png images/64x64/compilerun.png images/64x64/rebuild.png images/64x64/run.png images/64x64/stop.png > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc'
depbase=`echo advancedcompileroptionsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT advancedcompileroptionsdlg.lo -MD -MP -MF $depbase.Tpo -c -o advancedcompileroptionsdlg.lo advancedcompileroptionsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT advancedcompileroptionsdlg.lo -MD -MP -MF .deps/advancedcompileroptionsdlg.Tpo -c advancedcompileroptionsdlg.cpp  -fno-common -DPIC -o .libs/advancedcompileroptionsdlg.o
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from advancedcompileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT advancedcompileroptionsdlg.lo -MD -MP -MF .deps/advancedcompileroptionsdlg.Tpo -c advancedcompileroptionsdlg.cpp -o advancedcompileroptionsdlg.o >/dev/null 2>&1
depbase=`echo compiler_defs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compiler_defs.lo -MD -MP -MF $depbase.Tpo -c -o compiler_defs.lo compiler_defs.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compiler_defs.lo -MD -MP -MF .deps/compiler_defs.Tpo -c compiler_defs.cpp  -fno-common -DPIC -o .libs/compiler_defs.o
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compiler_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compiler_defs.lo -MD -MP -MF .deps/compiler_defs.Tpo -c compiler_defs.cpp -o compiler_defs.o >/dev/null 2>&1
depbase=`echo compilerCYGWIN.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerCYGWIN.lo -MD -MP -MF $depbase.Tpo -c -o compilerCYGWIN.lo compilerCYGWIN.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerCYGWIN.lo -MD -MP -MF .deps/compilerCYGWIN.Tpo -c compilerCYGWIN.cpp  -fno-common -DPIC -o .libs/compilerCYGWIN.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerCYGWIN.lo -MD -MP -MF .deps/compilerCYGWIN.Tpo -c compilerCYGWIN.cpp -o compilerCYGWIN.o >/dev/null 2>&1
depbase=`echo compilererrors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilererrors.lo -MD -MP -MF $depbase.Tpo -c -o compilererrors.lo compilererrors.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilererrors.lo -MD -MP -MF .deps/compilererrors.Tpo -c compilererrors.cpp  -fno-common -DPIC -o .libs/compilererrors.o
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilererrors.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilererrors.lo -MD -MP -MF .deps/compilererrors.Tpo -c compilererrors.cpp -o compilererrors.o >/dev/null 2>&1
depbase=`echo compilerflagdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerflagdlg.lo -MD -MP -MF $depbase.Tpo -c -o compilerflagdlg.lo compilerflagdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerflagdlg.lo -MD -MP -MF .deps/compilerflagdlg.Tpo -c compilerflagdlg.cpp  -fno-common -DPIC -o .libs/compilerflagdlg.o
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerflagdlg.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerflagdlg.lo -MD -MP -MF .deps/compilerflagdlg.Tpo -c compilerflagdlg.cpp -o compilerflagdlg.o >/dev/null 2>&1
depbase=`echo compilergcc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilergcc.lo -MD -MP -MF $depbase.Tpo -c -o compilergcc.lo compilergcc.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilergcc.lo -MD -MP -MF .deps/compilergcc.Tpo -c compilergcc.cpp  -fno-common -DPIC -o .libs/compilergcc.o
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilergcc.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilergcc.cpp:37:
../../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilergcc.cpp:37:
../../../src/include/incremental_select_helper.h:131:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilergcc.cpp:46:
../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilergcc.cpp:46:
../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilergcc.cpp:56:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilergcc.cpp:56:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
41 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilergcc.lo -MD -MP -MF .deps/compilergcc.Tpo -c compilergcc.cpp -o compilergcc.o >/dev/null 2>&1
depbase=`echo compilerGDC.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerGDC.lo -MD -MP -MF $depbase.Tpo -c -o compilerGDC.lo compilerGDC.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerGDC.lo -MD -MP -MF .deps/compilerGDC.Tpo -c compilerGDC.cpp  -fno-common -DPIC -o .libs/compilerGDC.o
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGDC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerGDC.lo -MD -MP -MF .deps/compilerGDC.Tpo -c compilerGDC.cpp -o compilerGDC.o >/dev/null 2>&1
depbase=`echo compilerICC.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerICC.lo -MD -MP -MF $depbase.Tpo -c -o compilerICC.lo compilerICC.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerICC.lo -MD -MP -MF .deps/compilerICC.Tpo -c compilerICC.cpp  -fno-common -DPIC -o .libs/compilerICC.o
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerICC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerICC.lo -MD -MP -MF .deps/compilerICC.Tpo -c compilerICC.cpp -o compilerICC.o >/dev/null 2>&1
depbase=`echo compilerIAR.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerIAR.lo -MD -MP -MF $depbase.Tpo -c -o compilerIAR.lo compilerIAR.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerIAR.lo -MD -MP -MF .deps/compilerIAR.Tpo -c compilerIAR.cpp  -fno-common -DPIC -o .libs/compilerIAR.o
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerIAR.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerIAR.lo -MD -MP -MF .deps/compilerIAR.Tpo -c compilerIAR.cpp -o compilerIAR.o >/dev/null 2>&1
depbase=`echo compilerKeilC51.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerKeilC51.lo -MD -MP -MF $depbase.Tpo -c -o compilerKeilC51.lo compilerKeilC51.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerKeilC51.lo -MD -MP -MF .deps/compilerKeilC51.Tpo -c compilerKeilC51.cpp  -fno-common -DPIC -o .libs/compilerKeilC51.o
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerKeilC51.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerKeilC51.lo -MD -MP -MF .deps/compilerKeilC51.Tpo -c compilerKeilC51.cpp -o compilerKeilC51.o >/dev/null 2>&1
depbase=`echo compilerLCC.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerLCC.lo -MD -MP -MF $depbase.Tpo -c -o compilerLCC.lo compilerLCC.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerLCC.lo -MD -MP -MF .deps/compilerLCC.Tpo -c compilerLCC.cpp  -fno-common -DPIC -o .libs/compilerLCC.o
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerLCC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerLCC.lo -MD -MP -MF .deps/compilerLCC.Tpo -c compilerLCC.cpp -o compilerLCC.o >/dev/null 2>&1
depbase=`echo compilermessages.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilermessages.lo -MD -MP -MF $depbase.Tpo -c -o compilermessages.lo compilermessages.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilermessages.lo -MD -MP -MF .deps/compilermessages.Tpo -c compilermessages.cpp  -fno-common -DPIC -o .libs/compilermessages.o
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilermessages.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilermessages.lo -MD -MP -MF .deps/compilermessages.Tpo -c compilermessages.cpp -o compilermessages.o >/dev/null 2>&1
depbase=`echo compilerMINGW.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerMINGW.lo -MD -MP -MF $depbase.Tpo -c -o compilerMINGW.lo compilerMINGW.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerMINGW.lo -MD -MP -MF .deps/compilerMINGW.Tpo -c compilerMINGW.cpp  -fno-common -DPIC -o .libs/compilerMINGW.o
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerMINGW.lo -MD -MP -MF .deps/compilerMINGW.Tpo -c compilerMINGW.cpp -o compilerMINGW.o >/dev/null 2>&1
depbase=`echo compilerMINGWgenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerMINGWgenerator.lo -MD -MP -MF $depbase.Tpo -c -o compilerMINGWgenerator.lo compilerMINGWgenerator.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerMINGWgenerator.lo -MD -MP -MF .deps/compilerMINGWgenerator.Tpo -c compilerMINGWgenerator.cpp  -fno-common -DPIC -o .libs/compilerMINGWgenerator.o
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMINGWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerMINGWgenerator.lo -MD -MP -MF .deps/compilerMINGWgenerator.Tpo -c compilerMINGWgenerator.cpp -o compilerMINGWgenerator.o >/dev/null 2>&1
depbase=`echo compilerMSVC.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerMSVC.lo -MD -MP -MF $depbase.Tpo -c -o compilerMSVC.lo compilerMSVC.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerMSVC.lo -MD -MP -MF .deps/compilerMSVC.Tpo -c compilerMSVC.cpp  -fno-common -DPIC -o .libs/compilerMSVC.o
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerMSVC.lo -MD -MP -MF .deps/compilerMSVC.Tpo -c compilerMSVC.cpp -o compilerMSVC.o >/dev/null 2>&1
depbase=`echo compilerMSVC8.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerMSVC8.lo -MD -MP -MF $depbase.Tpo -c -o compilerMSVC8.lo compilerMSVC8.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerMSVC8.lo -MD -MP -MF .deps/compilerMSVC8.Tpo -c compilerMSVC8.cpp  -fno-common -DPIC -o .libs/compilerMSVC8.o
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC8.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerMSVC8.lo -MD -MP -MF .deps/compilerMSVC8.Tpo -c compilerMSVC8.cpp -o compilerMSVC8.o >/dev/null 2>&1
depbase=`echo compilerMSVC10.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerMSVC10.lo -MD -MP -MF $depbase.Tpo -c -o compilerMSVC10.lo compilerMSVC10.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerMSVC10.lo -MD -MP -MF .deps/compilerMSVC10.Tpo -c compilerMSVC10.cpp  -fno-common -DPIC -o .libs/compilerMSVC10.o
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerMSVC10.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerMSVC10.lo -MD -MP -MF .deps/compilerMSVC10.Tpo -c compilerMSVC10.cpp -o compilerMSVC10.o >/dev/null 2>&1
depbase=`echo compileroptionsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compileroptionsdlg.lo -MD -MP -MF $depbase.Tpo -c -o compileroptionsdlg.lo compileroptionsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compileroptionsdlg.lo -MD -MP -MF .deps/compileroptionsdlg.Tpo -c compileroptionsdlg.cpp  -fno-common -DPIC -o .libs/compileroptionsdlg.o
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptionsdlg.cpp:45:
../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptionsdlg.cpp:45:
../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptionsdlg.cpp:50:
../../../src/include/editpathdlg.h:46:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptionsdlg.cpp:50:
../../../src/include/editpathdlg.h:46:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compileroptionsdlg.cpp:51:
../../../src/include/editpairdlg.h:34:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compileroptionsdlg.cpp:51:
../../../src/include/editpairdlg.h:34:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
41 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compileroptionsdlg.lo -MD -MP -MF .deps/compileroptionsdlg.Tpo -c compileroptionsdlg.cpp -o compileroptionsdlg.o >/dev/null 2>&1
depbase=`echo compilerOW.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerOW.lo -MD -MP -MF $depbase.Tpo -c -o compilerOW.lo compilerOW.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerOW.lo -MD -MP -MF .deps/compilerOW.Tpo -c compilerOW.cpp  -fno-common -DPIC -o .libs/compilerOW.o
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOW.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerOW.lo -MD -MP -MF .deps/compilerOW.Tpo -c compilerOW.cpp -o compilerOW.o >/dev/null 2>&1
depbase=`echo compilerOWgenerator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerOWgenerator.lo -MD -MP -MF $depbase.Tpo -c -o compilerOWgenerator.lo compilerOWgenerator.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerOWgenerator.lo -MD -MP -MF .deps/compilerOWgenerator.Tpo -c compilerOWgenerator.cpp  -fno-common -DPIC -o .libs/compilerOWgenerator.o
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerOWgenerator.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerOWgenerator.lo -MD -MP -MF .deps/compilerOWgenerator.Tpo -c compilerOWgenerator.cpp -o compilerOWgenerator.o >/dev/null 2>&1
depbase=`echo compilerG95.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerG95.lo -MD -MP -MF $depbase.Tpo -c -o compilerG95.lo compilerG95.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerG95.lo -MD -MP -MF .deps/compilerG95.Tpo -c compilerG95.cpp  -fno-common -DPIC -o .libs/compilerG95.o
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerG95.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerG95.lo -MD -MP -MF .deps/compilerG95.Tpo -c compilerG95.cpp -o compilerG95.o >/dev/null 2>&1
depbase=`echo compilerGNUARM.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerGNUARM.lo -MD -MP -MF $depbase.Tpo -c -o compilerGNUARM.lo compilerGNUARM.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerGNUARM.lo -MD -MP -MF .deps/compilerGNUARM.Tpo -c compilerGNUARM.cpp  -fno-common -DPIC -o .libs/compilerGNUARM.o
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUARM.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerGNUARM.lo -MD -MP -MF .deps/compilerGNUARM.Tpo -c compilerGNUARM.cpp -o compilerGNUARM.o >/dev/null 2>&1
depbase=`echo compilerGNUFortran.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerGNUFortran.lo -MD -MP -MF $depbase.Tpo -c -o compilerGNUFortran.lo compilerGNUFortran.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerGNUFortran.lo -MD -MP -MF .deps/compilerGNUFortran.Tpo -c compilerGNUFortran.cpp  -fno-common -DPIC -o .libs/compilerGNUFortran.o
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerGNUFortran.cpp:7:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerGNUFortran.lo -MD -MP -MF .deps/compilerGNUFortran.Tpo -c compilerGNUFortran.cpp -o compilerGNUFortran.o >/dev/null 2>&1
depbase=`echo compilerXML.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerXML.lo -MD -MP -MF $depbase.Tpo -c -o compilerXML.lo compilerXML.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerXML.lo -MD -MP -MF .deps/compilerXML.Tpo -c compilerXML.cpp  -fno-common -DPIC -o .libs/compilerXML.o
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerXML.cpp:1:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerXML.lo -MD -MP -MF .deps/compilerXML.Tpo -c compilerXML.cpp -o compilerXML.o >/dev/null 2>&1
depbase=`echo directcommands.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT directcommands.lo -MD -MP -MF $depbase.Tpo -c -o directcommands.lo directcommands.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT directcommands.lo -MD -MP -MF .deps/directcommands.Tpo -c directcommands.cpp  -fno-common -DPIC -o .libs/directcommands.o
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from directcommands.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxpropgrid/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/plugins/compilergcc/depslib/src -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -DDEPSLIB_UNIX -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT directcommands.lo -MD -MP -MF .deps/directcommands.Tpo -c directcommands.cpp -o directcommands.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++ -DDEPSLIB_UNIX -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libcompiler.la -rpath /opt/pkg/lib/codeblocks/plugins advancedcompileroptionsdlg.lo compiler_defs.lo compilerCYGWIN.lo compilererrors.lo compilerflagdlg.lo compilergcc.lo compilerGDC.lo compilerICC.lo compilerIAR.lo compilerKeilC51.lo compilerLCC.lo compilermessages.lo compilerMINGW.lo compilerMINGWgenerator.lo compilerMSVC.lo compilerMSVC8.lo compilerMSVC10.lo compileroptionsdlg.lo compilerOW.lo compilerOWgenerator.lo compilerG95.lo compilerGNUARM.lo compilerGNUFortran.lo compilerXML.lo directcommands.lo ../../sdk/libcodeblocks.la depslib/src/libdepslib.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libcompiler.dylib  .libs/advancedcompileroptionsdlg.o .libs/compiler_defs.o .libs/compilerCYGWIN.o .libs/compilererrors.o .libs/compilerflagdlg.o .libs/compilergcc.o .libs/compilerGDC.o .libs/compilerICC.o .libs/compilerIAR.o .libs/compilerKeilC51.o .libs/compilerLCC.o .libs/compilermessages.o .libs/compilerMINGW.o .libs/compilerMINGWgenerator.o .libs/compilerMSVC.o .libs/compilerMSVC8.o .libs/compilerMSVC10.o .libs/compileroptionsdlg.o .libs/compilerOW.o .libs/compilerOWgenerator.o .libs/compilerG95.o .libs/compilerGNUARM.o .libs/compilerGNUFortran.o .libs/compilerXML.o .libs/directcommands.o   -Wl,-force_load,depslib/src/.libs/libdepslib.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libcompiler.dylib  -Wl,-single_module
libtool: link: (cd .libs/libcompiler.lax/libdepslib.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc/depslib/src/.libs/libdepslib.a")
libtool: link: ar cr .libs/libcompiler.a  advancedcompileroptionsdlg.o compiler_defs.o compilerCYGWIN.o compilererrors.o compilerflagdlg.o compilergcc.o compilerGDC.o compilerICC.o compilerIAR.o compilerKeilC51.o compilerLCC.o compilermessages.o compilerMINGW.o compilerMINGWgenerator.o compilerMSVC.o compilerMSVC8.o compilerMSVC10.o compileroptionsdlg.o compilerOW.o compilerOWgenerator.o compilerG95.o compilerGNUARM.o compilerGNUFortran.o compilerXML.o directcommands.o  .libs/libcompiler.lax/libdepslib.a/alloc.o .libs/libcompiler.lax/libdepslib.a/cache.o .libs/libcompiler.lax/libdepslib.a/depslib.o .libs/libcompiler.lax/libdepslib.a/filent.o .libs/libcompiler.lax/libdepslib.a/fileunix.o .libs/libcompiler.lax/libdepslib.a/hash.o .libs/libcompiler.lax/libdepslib.a/headers.o .libs/libcompiler.lax/libdepslib.a/lists.o .libs/libcompiler.lax/libdepslib.a/newstr.o .libs/libcompiler.lax/libdepslib.a/pathsplit.o .libs/libcompiler.lax/libdepslib.a/pathunix.o .libs/libcompiler.lax/libdepslib.a/regexp.o .libs/libcompiler.lax/libdepslib.a/search.o .libs/libcompiler.lax/libdepslib.a/timestamp.o 
/System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcompiler.a(filent.o) has no symbols
libtool: link: ranlib .libs/libcompiler.a
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libcompiler.a(filent.o) has no symbols
libtool: link: rm -fr .libs/libcompiler.lax
libtool: link: ( cd ".libs" && rm -f "libcompiler.la" && ln -s "../libcompiler.la" "libcompiler.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/compilergcc'
Making all in debuggergdb
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/debuggergdb'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/debuggergdb/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/debuggergdb/resources/debugger.zip manifest.xml *.xrc > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/debuggergdb/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/debuggergdb'
depbase=`echo cdb_driver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cdb_driver.lo -MD -MP -MF $depbase.Tpo -c -o cdb_driver.lo cdb_driver.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cdb_driver.lo -MD -MP -MF .deps/cdb_driver.Tpo -c cdb_driver.cpp  -fno-common -DPIC -o .libs/cdb_driver.o
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cdb_driver.cpp:24:
In file included from ./cdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from cdb_driver.cpp:24:
In file included from ./cdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from cdb_driver.cpp:24:
In file included from ./cdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from cdb_driver.cpp:24:
In file included from ./cdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from cdb_driver.cpp:24:
In file included from ./cdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from cdb_driver.cpp:24:
In file included from ./cdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from cdb_driver.cpp:24:
In file included from ./cdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
42 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cdb_driver.lo -MD -MP -MF .deps/cdb_driver.Tpo -c cdb_driver.cpp -o cdb_driver.o >/dev/null 2>&1
depbase=`echo databreakpointdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT databreakpointdlg.lo -MD -MP -MF $depbase.Tpo -c -o databreakpointdlg.lo databreakpointdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT databreakpointdlg.lo -MD -MP -MF .deps/databreakpointdlg.Tpo -c databreakpointdlg.cpp  -fno-common -DPIC -o .libs/databreakpointdlg.o
In file included from databreakpointdlg.cpp:11:
In file included from ./debugger_defs.h:15:
In file included from ../../../src/include/debuggermanager.h:16:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from databreakpointdlg.cpp:11:
In file included from ./debugger_defs.h:15:
In file included from ../../../src/include/debuggermanager.h:16:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from databreakpointdlg.cpp:11:
In file included from ./debugger_defs.h:15:
In file included from ../../../src/include/debuggermanager.h:16:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from databreakpointdlg.cpp:11:
In file included from ./debugger_defs.h:15:
In file included from ../../../src/include/debuggermanager.h:16:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from databreakpointdlg.cpp:11:
In file included from ./debugger_defs.h:15:
In file included from ../../../src/include/debuggermanager.h:16:
In file included from ../../../src/include/manager.h:21:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from databreakpointdlg.cpp:11:
In file included from ./debugger_defs.h:16:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from databreakpointdlg.cpp:11:
In file included from ./debugger_defs.h:16:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from databreakpointdlg.cpp:11:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from databreakpointdlg.cpp:11:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from databreakpointdlg.cpp:11:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from databreakpointdlg.cpp:11:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from databreakpointdlg.cpp:11:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from databreakpointdlg.cpp:11:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from databreakpointdlg.cpp:11:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
14 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT databreakpointdlg.lo -MD -MP -MF .deps/databreakpointdlg.Tpo -c databreakpointdlg.cpp -o databreakpointdlg.o >/dev/null 2>&1
depbase=`echo debugger_defs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debugger_defs.lo -MD -MP -MF $depbase.Tpo -c -o debugger_defs.lo debugger_defs.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debugger_defs.lo -MD -MP -MF .deps/debugger_defs.Tpo -c debugger_defs.cpp  -fno-common -DPIC -o .libs/debugger_defs.o
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debugger_defs.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debugger_defs.cpp:20:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from debugger_defs.cpp:20:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from debugger_defs.cpp:20:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from debugger_defs.cpp:20:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from debugger_defs.cpp:20:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from debugger_defs.cpp:20:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from debugger_defs.cpp:20:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
42 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debugger_defs.lo -MD -MP -MF .deps/debugger_defs.Tpo -c debugger_defs.cpp -o debugger_defs.o >/dev/null 2>&1
depbase=`echo debuggerdriver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debuggerdriver.lo -MD -MP -MF $depbase.Tpo -c -o debuggerdriver.lo debuggerdriver.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggerdriver.lo -MD -MP -MF .deps/debuggerdriver.Tpo -c debuggerdriver.cpp  -fno-common -DPIC -o .libs/debuggerdriver.o
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerdriver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerdriver.cpp:11:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from debuggerdriver.cpp:11:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from debuggerdriver.cpp:11:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from debuggerdriver.cpp:11:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from debuggerdriver.cpp:11:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from debuggerdriver.cpp:11:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from debuggerdriver.cpp:11:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
42 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggerdriver.lo -MD -MP -MF .deps/debuggerdriver.Tpo -c debuggerdriver.cpp -o debuggerdriver.o >/dev/null 2>&1
depbase=`echo debuggergdb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debuggergdb.lo -MD -MP -MF $depbase.Tpo -c -o debuggergdb.lo debuggergdb.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggergdb.lo -MD -MP -MF .deps/debuggergdb.Tpo -c debuggergdb.cpp  -fno-common -DPIC -o .libs/debuggergdb.o
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggergdb.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggergdb.cpp:41:
../../../src/include/editarraystringdlg.h:27:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggergdb.cpp:41:
../../../src/include/editarraystringdlg.h:27:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggergdb.cpp:42:
../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggergdb.cpp:42:
../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggergdb.cpp:43:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggergdb.cpp:43:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggergdb.cpp:47:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from debuggergdb.cpp:47:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from debuggergdb.cpp:47:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from debuggergdb.cpp:47:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from debuggergdb.cpp:47:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from debuggergdb.cpp:47:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from debuggergdb.cpp:47:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
48 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggergdb.lo -MD -MP -MF .deps/debuggergdb.Tpo -c debuggergdb.cpp -o debuggergdb.o >/dev/null 2>&1
depbase=`echo debuggeroptionsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debuggeroptionsdlg.lo -MD -MP -MF $depbase.Tpo -c -o debuggeroptionsdlg.lo debuggeroptionsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggeroptionsdlg.lo -MD -MP -MF .deps/debuggeroptionsdlg.Tpo -c debuggeroptionsdlg.cpp  -fno-common -DPIC -o .libs/debuggeroptionsdlg.o
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsdlg.cpp:26:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from debuggeroptionsdlg.cpp:26:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from debuggeroptionsdlg.cpp:26:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from debuggeroptionsdlg.cpp:26:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from debuggeroptionsdlg.cpp:26:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from debuggeroptionsdlg.cpp:26:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from debuggeroptionsdlg.cpp:26:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
42 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggeroptionsdlg.lo -MD -MP -MF .deps/debuggeroptionsdlg.Tpo -c debuggeroptionsdlg.cpp -o debuggeroptionsdlg.o >/dev/null 2>&1
depbase=`echo debuggeroptionsprjdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debuggeroptionsprjdlg.lo -MD -MP -MF $depbase.Tpo -c -o debuggeroptionsprjdlg.lo debuggeroptionsprjdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggeroptionsprjdlg.lo -MD -MP -MF .deps/debuggeroptionsprjdlg.Tpo -c debuggeroptionsprjdlg.cpp  -fno-common -DPIC -o .libs/debuggeroptionsprjdlg.o
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsprjdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsprjdlg.cpp:19:
../../../src/include/editpathdlg.h:46:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggeroptionsprjdlg.cpp:19:
../../../src/include/editpathdlg.h:46:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggeroptionsprjdlg.cpp:23:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from debuggeroptionsprjdlg.cpp:23:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from debuggeroptionsprjdlg.cpp:23:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from debuggeroptionsprjdlg.cpp:23:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from debuggeroptionsprjdlg.cpp:23:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from debuggeroptionsprjdlg.cpp:23:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from debuggeroptionsprjdlg.cpp:23:
In file included from ./debuggergdb.h:19:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
44 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggeroptionsprjdlg.lo -MD -MP -MF .deps/debuggeroptionsprjdlg.Tpo -c debuggeroptionsprjdlg.cpp -o debuggeroptionsprjdlg.o >/dev/null 2>&1
depbase=`echo debuggerstate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT debuggerstate.lo -MD -MP -MF $depbase.Tpo -c -o debuggerstate.lo debuggerstate.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggerstate.lo -MD -MP -MF .deps/debuggerstate.Tpo -c debuggerstate.cpp  -fno-common -DPIC -o .libs/debuggerstate.o
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from debuggerstate.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from debuggerstate.cpp:12:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from debuggerstate.cpp:12:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from debuggerstate.cpp:12:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from debuggerstate.cpp:12:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from debuggerstate.cpp:12:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from debuggerstate.cpp:12:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from debuggerstate.cpp:12:
In file included from ./debuggerstate.h:10:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
42 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT debuggerstate.lo -MD -MP -MF .deps/debuggerstate.Tpo -c debuggerstate.cpp -o debuggerstate.o >/dev/null 2>&1
depbase=`echo editbreakpointdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editbreakpointdlg.lo -MD -MP -MF $depbase.Tpo -c -o editbreakpointdlg.lo editbreakpointdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editbreakpointdlg.lo -MD -MP -MF .deps/editbreakpointdlg.Tpo -c editbreakpointdlg.cpp  -fno-common -DPIC -o .libs/editbreakpointdlg.o
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editbreakpointdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editbreakpointdlg.cpp:23:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from editbreakpointdlg.cpp:23:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from editbreakpointdlg.cpp:23:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from editbreakpointdlg.cpp:23:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from editbreakpointdlg.cpp:23:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from editbreakpointdlg.cpp:23:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from editbreakpointdlg.cpp:23:
In file included from ./editbreakpointdlg.h:10:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
42 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editbreakpointdlg.lo -MD -MP -MF .deps/editbreakpointdlg.Tpo -c editbreakpointdlg.cpp -o editbreakpointdlg.o >/dev/null 2>&1
depbase=`echo editwatchdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editwatchdlg.lo -MD -MP -MF $depbase.Tpo -c -o editwatchdlg.lo editwatchdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editwatchdlg.lo -MD -MP -MF .deps/editwatchdlg.Tpo -c editwatchdlg.cpp  -fno-common -DPIC -o .libs/editwatchdlg.o
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editwatchdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editwatchdlg.cpp:11:
In file included from ./editwatchdlg.h:11:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from editwatchdlg.cpp:11:
In file included from ./editwatchdlg.h:11:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from editwatchdlg.cpp:11:
In file included from ./editwatchdlg.h:11:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from editwatchdlg.cpp:11:
In file included from ./editwatchdlg.h:11:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from editwatchdlg.cpp:11:
In file included from ./editwatchdlg.h:11:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from editwatchdlg.cpp:11:
In file included from ./editwatchdlg.h:11:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from editwatchdlg.cpp:11:
In file included from ./editwatchdlg.h:11:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
42 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editwatchdlg.lo -MD -MP -MF .deps/editwatchdlg.Tpo -c editwatchdlg.cpp -o editwatchdlg.o >/dev/null 2>&1
depbase=`echo gdb_driver.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT gdb_driver.lo -MD -MP -MF $depbase.Tpo -c -o gdb_driver.lo gdb_driver.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT gdb_driver.lo -MD -MP -MF .deps/gdb_driver.Tpo -c gdb_driver.cpp  -fno-common -DPIC -o .libs/gdb_driver.o
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from gdb_driver.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from gdb_driver.cpp:11:
In file included from ./gdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from gdb_driver.cpp:11:
In file included from ./gdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from gdb_driver.cpp:11:
In file included from ./gdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from gdb_driver.cpp:11:
In file included from ./gdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from gdb_driver.cpp:11:
In file included from ./gdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from gdb_driver.cpp:11:
In file included from ./gdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from gdb_driver.cpp:11:
In file included from ./gdb_driver.h:9:
In file included from ./debuggerdriver.h:15:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
In file included from gdb_driver.cpp:12:
./gdb_commands.h:328:14: warning: 'ParseOutput' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        void ParseOutput(const wxString& output)
             ^
./debugger_defs.h:71:22: note: overridden virtual function is here
        virtual void ParseOutput(const wxString& output);
                     ^
43 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT gdb_driver.lo -MD -MP -MF .deps/gdb_driver.Tpo -c gdb_driver.cpp -o gdb_driver.o >/dev/null 2>&1
depbase=`echo parsewatchvalue.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT parsewatchvalue.lo -MD -MP -MF $depbase.Tpo -c -o parsewatchvalue.lo parsewatchvalue.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parsewatchvalue.lo -MD -MP -MF .deps/parsewatchvalue.Tpo -c parsewatchvalue.cpp  -fno-common -DPIC -o .libs/parsewatchvalue.o
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from parsewatchvalue.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from parsewatchvalue.cpp:16:
In file included from ./parsewatchvalue.h:9:
./debugger_defs.h:223:22: warning: 'GetSymbol' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetSymbol(wxString &symbol) const;
                     ^
../../../src/include/debuggermanager.h:57:22: note: overridden virtual function is here
        virtual void GetSymbol(wxString &symbol) const = 0;
                     ^
In file included from parsewatchvalue.cpp:16:
In file included from ./parsewatchvalue.h:9:
./debugger_defs.h:224:22: warning: 'GetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetValue(wxString &value) const;
                     ^
../../../src/include/debuggermanager.h:58:22: note: overridden virtual function is here
        virtual void GetValue(wxString &value) const = 0;
                     ^
In file included from parsewatchvalue.cpp:16:
In file included from ./parsewatchvalue.h:9:
./debugger_defs.h:225:22: warning: 'SetValue' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual bool SetValue(const wxString &value);
                     ^
../../../src/include/debuggermanager.h:59:22: note: overridden virtual function is here
        virtual bool SetValue(const wxString &value) = 0;
                     ^
In file included from parsewatchvalue.cpp:16:
In file included from ./parsewatchvalue.h:9:
./debugger_defs.h:226:22: warning: 'GetFullWatchString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetFullWatchString(wxString &full_watch) const;
                     ^
../../../src/include/debuggermanager.h:60:22: note: overridden virtual function is here
        virtual void GetFullWatchString(wxString &full_watch) const = 0;
                     ^
In file included from parsewatchvalue.cpp:16:
In file included from ./parsewatchvalue.h:9:
./debugger_defs.h:227:22: warning: 'GetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void GetType(wxString &type) const;
                     ^
../../../src/include/debuggermanager.h:61:22: note: overridden virtual function is here
        virtual void GetType(wxString &type) const = 0;
                     ^
In file included from parsewatchvalue.cpp:16:
In file included from ./parsewatchvalue.h:9:
./debugger_defs.h:228:22: warning: 'SetType' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual void SetType(const wxString &type);
                     ^
../../../src/include/debuggermanager.h:62:22: note: overridden virtual function is here
        virtual void SetType(const wxString &type) = 0;
                     ^
In file included from parsewatchvalue.cpp:16:
In file included from ./parsewatchvalue.h:9:
./debugger_defs.h:230:26: warning: 'GetDebugString' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        virtual wxString GetDebugString() const;
                         ^
../../../src/include/debuggermanager.h:64:26: note: overridden virtual function is here
        virtual wxString GetDebugString() const = 0;
                         ^
42 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT parsewatchvalue.lo -MD -MP -MF .deps/parsewatchvalue.Tpo -c parsewatchvalue.cpp -o parsewatchvalue.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libdebugger.la -rpath /opt/pkg/lib/codeblocks/plugins cdb_driver.lo databreakpointdlg.lo debugger_defs.lo debuggerdriver.lo debuggergdb.lo debuggeroptionsdlg.lo debuggeroptionsprjdlg.lo debuggerstate.lo editbreakpointdlg.lo editwatchdlg.lo gdb_driver.lo parsewatchvalue.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0   ../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libdebugger.dylib  .libs/cdb_driver.o .libs/databreakpointdlg.o .libs/debugger_defs.o .libs/debuggerdriver.o .libs/debuggergdb.o .libs/debuggeroptionsdlg.o .libs/debuggeroptionsprjdlg.o .libs/debuggerstate.o .libs/editbreakpointdlg.o .libs/editwatchdlg.o .libs/gdb_driver.o .libs/parsewatchvalue.o   -Wl,-force_load,../../../src/base/tinyxml/.libs/libtinyxml.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libdebugger.dylib  -Wl,-single_module
libtool: link: (cd .libs/libdebugger.lax/libtinyxml.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/debuggergdb/../../../src/base/tinyxml/.libs/libtinyxml.a")
libtool: link: ar cr .libs/libdebugger.a  cdb_driver.o databreakpointdlg.o debugger_defs.o debuggerdriver.o debuggergdb.o debuggeroptionsdlg.o debuggeroptionsprjdlg.o debuggerstate.o editbreakpointdlg.o editwatchdlg.o gdb_driver.o parsewatchvalue.o  .libs/libdebugger.lax/libtinyxml.a/tinyxml.o .libs/libdebugger.lax/libtinyxml.a/tinyxmlerror.o .libs/libdebugger.lax/libtinyxml.a/tinyxmlparser.o 
libtool: link: ranlib .libs/libdebugger.a
libtool: link: rm -fr .libs/libdebugger.lax
libtool: link: ( cd ".libs" && rm -f "libdebugger.la" && ln -s "../libdebugger.la" "libdebugger.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/debuggergdb'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/debuggergdb'
Making all in defaultmimehandler
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/defaultmimehandler'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/defaultmimehandler/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/defaultmimehandler/resources/defaultmimehandler.zip manifest.xml *.xrc > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/defaultmimehandler/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/defaultmimehandler'
depbase=`echo defaultmimehandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT defaultmimehandler.lo -MD -MP -MF $depbase.Tpo -c -o defaultmimehandler.lo defaultmimehandler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT defaultmimehandler.lo -MD -MP -MF .deps/defaultmimehandler.Tpo -c defaultmimehandler.cpp  -fno-common -DPIC -o .libs/defaultmimehandler.o
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from defaultmimehandler.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT defaultmimehandler.lo -MD -MP -MF .deps/defaultmimehandler.Tpo -c defaultmimehandler.cpp -o defaultmimehandler.o >/dev/null 2>&1
depbase=`echo editmimetypesdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT editmimetypesdlg.lo -MD -MP -MF $depbase.Tpo -c -o editmimetypesdlg.lo editmimetypesdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editmimetypesdlg.lo -MD -MP -MF .deps/editmimetypesdlg.Tpo -c editmimetypesdlg.cpp  -fno-common -DPIC -o .libs/editmimetypesdlg.o
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from editmimetypesdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT editmimetypesdlg.lo -MD -MP -MF .deps/editmimetypesdlg.Tpo -c editmimetypesdlg.cpp -o editmimetypesdlg.o >/dev/null 2>&1
depbase=`echo EmbeddedHtmlPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT EmbeddedHtmlPanel.lo -MD -MP -MF $depbase.Tpo -c -o EmbeddedHtmlPanel.lo EmbeddedHtmlPanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT EmbeddedHtmlPanel.lo -MD -MP -MF .deps/EmbeddedHtmlPanel.Tpo -c EmbeddedHtmlPanel.cpp  -fno-common -DPIC -o .libs/EmbeddedHtmlPanel.o
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from EmbeddedHtmlPanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT EmbeddedHtmlPanel.lo -MD -MP -MF .deps/EmbeddedHtmlPanel.Tpo -c EmbeddedHtmlPanel.cpp -o EmbeddedHtmlPanel.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libdefaultmimehandler.la -rpath /opt/pkg/lib/codeblocks/plugins defaultmimehandler.lo editmimetypesdlg.lo EmbeddedHtmlPanel.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libdefaultmimehandler.dylib  .libs/defaultmimehandler.o .libs/editmimetypesdlg.o .libs/EmbeddedHtmlPanel.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libdefaultmimehandler.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libdefaultmimehandler.a  defaultmimehandler.o editmimetypesdlg.o EmbeddedHtmlPanel.o
libtool: link: ranlib .libs/libdefaultmimehandler.a
libtool: link: ( cd ".libs" && rm -f "libdefaultmimehandler.la" && ln -s "../libdefaultmimehandler.la" "libdefaultmimehandler.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/defaultmimehandler'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/defaultmimehandler'
Making all in scriptedwizard
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources'
Making all in arduino
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/arduino'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/arduino'
Making all in arm
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/arm'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/arm'
Making all in avr
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/avr'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/avr'
Making all in c_file
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/c_file'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/c_file'
Making all in console
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/console'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/console'
Making all in d
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/d'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/d'
Making all in directx
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/directx'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/directx'
Making all in dll
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/dll'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/dll'
Making all in d_source
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/d_source'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/d_source'
Making all in empty
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/empty'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/empty'
Making all in empty_file
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/empty_file'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/empty_file'
Making all in fltk
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/fltk'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/fltk'
Making all in fortran
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/fortran'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/fortran'
Making all in glfw
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/glfw'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/glfw'
Making all in glut
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/glut'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/glut'
Making all in gtk
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/gtk'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/gtk'
Making all in h_file
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/h_file'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/h_file'
Making all in irrlicht
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/irrlicht'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/irrlicht'
Making all in java
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/java'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/java'
Making all in lf
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/lf'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/lf'
Making all in matlab_csf
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/matlab_csf'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/matlab_csf'
Making all in mcs51
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/mcs51'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/mcs51'
Making all in msp430
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/msp430'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/msp430'
Making all in ogre
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/ogre'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/ogre'
Making all in opencv
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/opencv'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/opencv'
Making all in opengl
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/opengl'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/opengl'
Making all in plugins
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/plugins'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/plugins'
Making all in ppc
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/ppc'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/ppc'
Making all in qt4
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/qt4'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/qt4'
Making all in qt4dll
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/qt4dll'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/qt4dll'
Making all in qt5
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/qt5'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/qt5'
Making all in sdl
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/sdl'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/sdl'
Making all in sdl2
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/sdl2'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/sdl2'
Making all in sfml
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/sfml'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/sfml'
Making all in smartwin
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/smartwin'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/smartwin'
Making all in staticlib
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/staticlib'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/staticlib'
Making all in stlport
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/stlport'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/stlport'
Making all in sharedlib
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/sharedlib'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/sharedlib'
Making all in sys
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/sys'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/sys'
Making all in tricore
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/tricore'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/tricore'
Making all in win32gui
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/win32gui'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/win32gui'
Making all in wxwidgets
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/wxwidgets'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/wxwidgets'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources/scriptedwizard.zip manifest.xml > /dev/null
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard'
depbase=`echo buildtargetpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT buildtargetpanel.lo -MD -MP -MF $depbase.Tpo -c -o buildtargetpanel.lo buildtargetpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT buildtargetpanel.lo -MD -MP -MF .deps/buildtargetpanel.Tpo -c buildtargetpanel.cpp  -fno-common -DPIC -o .libs/buildtargetpanel.o
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from buildtargetpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT buildtargetpanel.lo -MD -MP -MF .deps/buildtargetpanel.Tpo -c buildtargetpanel.cpp -o buildtargetpanel.o >/dev/null 2>&1
depbase=`echo compilerpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT compilerpanel.lo -MD -MP -MF $depbase.Tpo -c -o compilerpanel.lo compilerpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerpanel.lo -MD -MP -MF .deps/compilerpanel.Tpo -c compilerpanel.cpp  -fno-common -DPIC -o .libs/compilerpanel.o
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from compilerpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT compilerpanel.lo -MD -MP -MF .deps/compilerpanel.Tpo -c compilerpanel.cpp -o compilerpanel.o >/dev/null 2>&1
depbase=`echo filepathpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT filepathpanel.lo -MD -MP -MF $depbase.Tpo -c -o filepathpanel.lo filepathpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT filepathpanel.lo -MD -MP -MF .deps/filepathpanel.Tpo -c filepathpanel.cpp  -fno-common -DPIC -o .libs/filepathpanel.o
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from filepathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT filepathpanel.lo -MD -MP -MF .deps/filepathpanel.Tpo -c filepathpanel.cpp -o filepathpanel.o >/dev/null 2>&1
depbase=`echo genericselectpath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT genericselectpath.lo -MD -MP -MF $depbase.Tpo -c -o genericselectpath.lo genericselectpath.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT genericselectpath.lo -MD -MP -MF .deps/genericselectpath.Tpo -c genericselectpath.cpp  -fno-common -DPIC -o .libs/genericselectpath.o
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericselectpath.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT genericselectpath.lo -MD -MP -MF .deps/genericselectpath.Tpo -c genericselectpath.cpp -o genericselectpath.o >/dev/null 2>&1
depbase=`echo infopanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT infopanel.lo -MD -MP -MF $depbase.Tpo -c -o infopanel.lo infopanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT infopanel.lo -MD -MP -MF .deps/infopanel.Tpo -c infopanel.cpp  -fno-common -DPIC -o .libs/infopanel.o
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from infopanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT infopanel.lo -MD -MP -MF .deps/infopanel.Tpo -c infopanel.cpp -o infopanel.o >/dev/null 2>&1
depbase=`echo genericsinglechoicelist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT genericsinglechoicelist.lo -MD -MP -MF $depbase.Tpo -c -o genericsinglechoicelist.lo genericsinglechoicelist.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT genericsinglechoicelist.lo -MD -MP -MF .deps/genericsinglechoicelist.Tpo -c genericsinglechoicelist.cpp  -fno-common -DPIC -o .libs/genericsinglechoicelist.o
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from genericsinglechoicelist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT genericsinglechoicelist.lo -MD -MP -MF .deps/genericsinglechoicelist.Tpo -c genericsinglechoicelist.cpp -o genericsinglechoicelist.o >/dev/null 2>&1
depbase=`echo projectpathpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectpathpanel.lo -MD -MP -MF $depbase.Tpo -c -o projectpathpanel.lo projectpathpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectpathpanel.lo -MD -MP -MF .deps/projectpathpanel.Tpo -c projectpathpanel.cpp  -fno-common -DPIC -o .libs/projectpathpanel.o
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectpathpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectpathpanel.lo -MD -MP -MF .deps/projectpathpanel.Tpo -c projectpathpanel.cpp -o projectpathpanel.o >/dev/null 2>&1
depbase=`echo wiz.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT wiz.lo -MD -MP -MF $depbase.Tpo -c -o wiz.lo wiz.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT wiz.lo -MD -MP -MF .deps/wiz.Tpo -c wiz.cpp  -fno-common -DPIC -o .libs/wiz.o
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wiz.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1731:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(TemplateOutputType, const wxString &, const wxString &, const wxString &, const wxString &, const wxString &, const wxString &)>' requested here
            func(&Wiz::AddWizard, "AddWizard").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1733:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(const wxString &, const wxString &)>' requested here
            func(&Wiz::AddInfoPage, "AddInfoPage").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1734:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)()>' requested here
            func(&Wiz::AddProjectPathPage, "AddProjectPathPage").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1735:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(bool)>' requested here
            func(&Wiz::AddFilePathPage, "AddFilePathPage").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1736:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(const wxString &, const wxString &, bool, bool)>' requested here
            func(&Wiz::AddCompilerPage, "AddCompilerPage").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1737:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(const wxString &, bool, bool, const wxString &, const wxString &, bool)>' requested here
            func(&Wiz::AddBuildTargetPage, "AddBuildTargetPage").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1738:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(const wxString &, const wxString &, const wxString &, int)>' requested here
            func(&Wiz::AddGenericSingleChoiceListPage, "AddGenericSingleChoiceListPage").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1739:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(const wxString &, const wxString &, const wxString &, const wxString &)>' requested here
            func(&Wiz::AddGenericSelectPathPage, "AddGenericSelectPathPage").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1740:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(const wxString &)>' requested here
            func(&Wiz::AddPage, "AddPage").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1743:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(bool, const wxString &, const wxString &, const wxString &)>' requested here
            func(&Wiz::SetDebugTargetDefaults, "SetDebugTargetDefaults").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1746:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(const wxString &, bool)>' requested here
            func(&Wiz::EnableWindow, "EnableWindow").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1748:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<wxString (Wiz::*)(const wxString &)>' requested here
            func(&Wiz::GetTextControlValue, "GetTextControlValue").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1749:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(const wxString &, int)>' requested here
            func(&Wiz::SetSpinControlValue, "SetSpinControlValue").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1750:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<int (Wiz::*)(const wxString &)>' requested here
            func(&Wiz::GetSpinControlValue, "GetSpinControlValue").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1752:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<bool (Wiz::*)(const wxString &)>' requested here
            func(&Wiz::IsCheckboxChecked, "IsCheckboxChecked").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1755:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(const wxString &, const wxString &, const wxString &)>' requested here
            func(&Wiz::FillContainerWithCompilers, "FillContainerWithCompilers").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1773:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<bool (Wiz::*)(const wxString &, unsigned int)>' requested here
            func(&Wiz::IsCheckListboxItemChecked, "IsCheckListboxItemChecked").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1774:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<void (Wiz::*)(const wxString &, unsigned int, bool)>' requested here
            func(&Wiz::CheckCheckListboxItem, "CheckCheckListboxItem").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1776:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<TemplateOutputType (Wiz::*)()>' requested here
            func(&Wiz::GetWizardType, "GetWizardType").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1779:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<wxString (Wiz::*)()>' requested here
            func(&Wiz::GetProjectPath, "GetProjectPath").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1786:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<bool (Wiz::*)()>' requested here
            func(&Wiz::GetWantDebug, "GetWantDebug").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1805:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<int (Wiz::*)()>' requested here
            func(&Wiz::GetFileTargetIndex, "GetFileTargetIndex").
            ^
In file included from wiz.cpp:42:
In file included from ../../../src/include/scripting/bindings/sc_base_types.h:27:
../../../src/include/scripting/sqplus/sqplus.h:1760:51: warning: binding dereferenced null pointer to reference has undefined behavior [-Wnull-dereference]
    RegisterInstance(v,newClass.GetObjectHandle(),*(TClassType *)0,pfunc,name_);
                                                  ^~~~~~~~~~~~~~~~
wiz.cpp:1815:13: note: in instantiation of function template specialization 'SqPlus::SQClassDef<Wiz>::func<int (Wiz::*)(const wxString &, const wxString &)>' requested here
            func(&Wiz::FillContainerWithChoices, "FillContainerWithChoices").
            ^
58 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT wiz.lo -MD -MP -MF .deps/wiz.Tpo -c wiz.cpp -o wiz.o >/dev/null 2>&1
depbase=`echo wizpage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT wizpage.lo -MD -MP -MF $depbase.Tpo -c -o wizpage.lo wizpage.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT wizpage.lo -MD -MP -MF .deps/wizpage.Tpo -c wizpage.cpp  -fno-common -DPIC -o .libs/wizpage.o
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from wizpage.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT wizpage.lo -MD -MP -MF .deps/wizpage.Tpo -c wizpage.cpp -o wizpage.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libscriptedwizard.la -rpath /opt/pkg/lib/codeblocks/plugins buildtargetpanel.lo compilerpanel.lo filepathpanel.lo genericselectpath.lo infopanel.lo genericsinglechoicelist.lo projectpathpanel.lo wiz.lo wizpage.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libscriptedwizard.dylib  .libs/buildtargetpanel.o .libs/compilerpanel.o .libs/filepathpanel.o .libs/genericselectpath.o .libs/infopanel.o .libs/genericsinglechoicelist.o .libs/projectpathpanel.o .libs/wiz.o .libs/wizpage.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libscriptedwizard.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libscriptedwizard.a  buildtargetpanel.o compilerpanel.o filepathpanel.o genericselectpath.o infopanel.o genericsinglechoicelist.o projectpathpanel.o wiz.o wizpage.o
libtool: link: ranlib .libs/libscriptedwizard.a
libtool: link: ( cd ".libs" && rm -f "libscriptedwizard.la" && ln -s "../libscriptedwizard.la" "libscriptedwizard.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/scriptedwizard'
Making all in projectsimporter
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/projectsimporter'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/projectsimporter/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/projectsimporter/resources/projectsimporter.zip manifest.xml *.xrc > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/projectsimporter/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/projectsimporter'
depbase=`echo projectsimporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectsimporter.lo -MD -MP -MF $depbase.Tpo -c -o projectsimporter.lo projectsimporter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectsimporter.lo -MD -MP -MF .deps/projectsimporter.Tpo -c projectsimporter.cpp  -fno-common -DPIC -o .libs/projectsimporter.o
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectsimporter.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectsimporter.lo -MD -MP -MF .deps/projectsimporter.Tpo -c projectsimporter.cpp -o projectsimporter.o >/dev/null 2>&1
depbase=`echo devcpploader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT devcpploader.lo -MD -MP -MF $depbase.Tpo -c -o devcpploader.lo devcpploader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT devcpploader.lo -MD -MP -MF .deps/devcpploader.Tpo -c devcpploader.cpp  -fno-common -DPIC -o .libs/devcpploader.o
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from devcpploader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT devcpploader.lo -MD -MP -MF .deps/devcpploader.Tpo -c devcpploader.cpp -o devcpploader.o >/dev/null 2>&1
depbase=`echo msvc10loader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT msvc10loader.lo -MD -MP -MF $depbase.Tpo -c -o msvc10loader.lo msvc10loader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvc10loader.lo -MD -MP -MF .deps/msvc10loader.Tpo -c msvc10loader.cpp  -fno-common -DPIC -o .libs/msvc10loader.o
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc10loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc10loader.cpp:31:
../../../src/include/multiselectdlg.h:42:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc10loader.cpp:31:
../../../src/include/multiselectdlg.h:42:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvc10loader.lo -MD -MP -MF .deps/msvc10loader.Tpo -c msvc10loader.cpp -o msvc10loader.o >/dev/null 2>&1
depbase=`echo msvc7loader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT msvc7loader.lo -MD -MP -MF $depbase.Tpo -c -o msvc7loader.lo msvc7loader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvc7loader.lo -MD -MP -MF .deps/msvc7loader.Tpo -c msvc7loader.cpp  -fno-common -DPIC -o .libs/msvc7loader.o
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7loader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7loader.cpp:30:
../../../src/include/multiselectdlg.h:42:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7loader.cpp:30:
../../../src/include/multiselectdlg.h:42:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvc7loader.lo -MD -MP -MF .deps/msvc7loader.Tpo -c msvc7loader.cpp -o msvc7loader.o >/dev/null 2>&1
depbase=`echo msvc7workspaceloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT msvc7workspaceloader.lo -MD -MP -MF $depbase.Tpo -c -o msvc7workspaceloader.lo msvc7workspaceloader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvc7workspaceloader.lo -MD -MP -MF .deps/msvc7workspaceloader.Tpo -c msvc7workspaceloader.cpp  -fno-common -DPIC -o .libs/msvc7workspaceloader.o
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvc7workspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvc7workspaceloader.lo -MD -MP -MF .deps/msvc7workspaceloader.Tpo -c msvc7workspaceloader.cpp -o msvc7workspaceloader.o >/dev/null 2>&1
depbase=`echo msvcloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT msvcloader.lo -MD -MP -MF $depbase.Tpo -c -o msvcloader.lo msvcloader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvcloader.lo -MD -MP -MF .deps/msvcloader.Tpo -c msvcloader.cpp  -fno-common -DPIC -o .libs/msvcloader.o
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcloader.cpp:37:
../../../src/include/multiselectdlg.h:42:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcloader.cpp:37:
../../../src/include/multiselectdlg.h:42:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE();
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvcloader.lo -MD -MP -MF .deps/msvcloader.Tpo -c msvcloader.cpp -o msvcloader.o >/dev/null 2>&1
depbase=`echo msvcworkspacebase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT msvcworkspacebase.lo -MD -MP -MF $depbase.Tpo -c -o msvcworkspacebase.lo msvcworkspacebase.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvcworkspacebase.lo -MD -MP -MF .deps/msvcworkspacebase.Tpo -c msvcworkspacebase.cpp  -fno-common -DPIC -o .libs/msvcworkspacebase.o
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspacebase.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvcworkspacebase.lo -MD -MP -MF .deps/msvcworkspacebase.Tpo -c msvcworkspacebase.cpp -o msvcworkspacebase.o >/dev/null 2>&1
depbase=`echo msvcworkspaceloader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT msvcworkspaceloader.lo -MD -MP -MF $depbase.Tpo -c -o msvcworkspaceloader.lo msvcworkspaceloader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvcworkspaceloader.lo -MD -MP -MF .deps/msvcworkspaceloader.Tpo -c msvcworkspaceloader.cpp  -fno-common -DPIC -o .libs/msvcworkspaceloader.o
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from msvcworkspaceloader.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT msvcworkspaceloader.lo -MD -MP -MF .deps/msvcworkspaceloader.Tpo -c msvcworkspaceloader.cpp -o msvcworkspaceloader.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libprojectsimporter.la -rpath /opt/pkg/lib/codeblocks/plugins projectsimporter.lo devcpploader.lo msvc10loader.lo msvc7loader.lo msvc7workspaceloader.lo msvcloader.lo msvcworkspacebase.lo msvcworkspaceloader.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  ../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libprojectsimporter.dylib  .libs/projectsimporter.o .libs/devcpploader.o .libs/msvc10loader.o .libs/msvc7loader.o .libs/msvc7workspaceloader.o .libs/msvcloader.o .libs/msvcworkspacebase.o .libs/msvcworkspaceloader.o   -Wl,-force_load,../../../src/base/tinyxml/.libs/libtinyxml.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libprojectsimporter.dylib  -Wl,-single_module
libtool: link: (cd .libs/libprojectsimporter.lax/libtinyxml.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/projectsimporter/../../../src/base/tinyxml/.libs/libtinyxml.a")
libtool: link: ar cr .libs/libprojectsimporter.a  projectsimporter.o devcpploader.o msvc10loader.o msvc7loader.o msvc7workspaceloader.o msvcloader.o msvcworkspacebase.o msvcworkspaceloader.o  .libs/libprojectsimporter.lax/libtinyxml.a/tinyxml.o .libs/libprojectsimporter.lax/libtinyxml.a/tinyxmlerror.o .libs/libprojectsimporter.lax/libtinyxml.a/tinyxmlparser.o 
libtool: link: ranlib .libs/libprojectsimporter.a
libtool: link: rm -fr .libs/libprojectsimporter.lax
libtool: link: ( cd ".libs" && rm -f "libprojectsimporter.la" && ln -s "../libprojectsimporter.la" "libprojectsimporter.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/projectsimporter'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/projectsimporter'
Making all in openfileslist
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/openfileslist'
depbase=`echo openfileslistplugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT openfileslistplugin.lo -MD -MP -MF $depbase.Tpo -c -o openfileslistplugin.lo openfileslistplugin.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT openfileslistplugin.lo -MD -MP -MF .deps/openfileslistplugin.Tpo -c openfileslistplugin.cpp  -fno-common -DPIC -o .libs/openfileslistplugin.o
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from openfileslistplugin.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
In file included from ../../../src/include/pluginmanager.h:11:
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/set:618:30: warning: the specified comparator type does not provide a viable const call operator [-Wuser-defined-warnings]
        static_assert(sizeof(__diagnose_non_const_comparator<_Key, _Compare>()), "");
                             ^
./openfileslistplugin.h:22:5: note: in instantiation of member function 'std::set<ProjectFile *, TargetFilesData::compareLess>::~set' requested here
    TargetFilesData() : activeFile(nullptr) {} // ctor
    ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__tree:972:5: note: from 'diagnose_if' attribute on '__diagnose_non_const_comparator<ProjectFile *, TargetFilesData::compareLess>':
    _LIBCPP_DIAGNOSE_WARNING(!__invokable<_Compare const&, _Tp const&, _Tp const&>::value,
    ^                        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/c++/v1/__config:1365:21: note: expanded from macro '_LIBCPP_DIAGNOSE_WARNING'
     __attribute__((diagnose_if(__VA_ARGS__, "warning")))
                    ^           ~~~~~~~~~~~
36 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT openfileslistplugin.lo -MD -MP -MF .deps/openfileslistplugin.Tpo -c openfileslistplugin.cpp -o openfileslistplugin.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libopenfileslist.la -rpath /opt/pkg/lib/codeblocks/plugins openfileslistplugin.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  ../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libopenfileslist.dylib  .libs/openfileslistplugin.o   -Wl,-force_load,../../../src/base/tinyxml/.libs/libtinyxml.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libopenfileslist.dylib  -Wl,-single_module
libtool: link: (cd .libs/libopenfileslist.lax/libtinyxml.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/openfileslist/../../../src/base/tinyxml/.libs/libtinyxml.a")
libtool: link: ar cr .libs/libopenfileslist.a  openfileslistplugin.o  .libs/libopenfileslist.lax/libtinyxml.a/tinyxml.o .libs/libopenfileslist.lax/libtinyxml.a/tinyxmlerror.o .libs/libopenfileslist.lax/libtinyxml.a/tinyxmlparser.o 
libtool: link: ranlib .libs/libopenfileslist.a
libtool: link: rm -fr .libs/libopenfileslist.lax
libtool: link: ( cd ".libs" && rm -f "libopenfileslist.la" && ln -s "../libopenfileslist.la" "libopenfileslist.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/openfileslist/openfileslist.zip manifest.xml > /dev/null
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/openfileslist'
Making all in occurrenceshighlighting
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/occurrenceshighlighting'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/occurrenceshighlighting/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/occurrenceshighlighting/resources/occurrenceshighlighting.zip manifest.xml *.xrc > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/occurrenceshighlighting/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/occurrenceshighlighting'
depbase=`echo occurrenceshighlighting.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT occurrenceshighlighting.lo -MD -MP -MF $depbase.Tpo -c -o occurrenceshighlighting.lo occurrenceshighlighting.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT occurrenceshighlighting.lo -MD -MP -MF .deps/occurrenceshighlighting.Tpo -c occurrenceshighlighting.cpp  -fno-common -DPIC -o .libs/occurrenceshighlighting.o
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlighting.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlighting.cpp:25:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlighting.cpp:25:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT occurrenceshighlighting.lo -MD -MP -MF .deps/occurrenceshighlighting.Tpo -c occurrenceshighlighting.cpp -o occurrenceshighlighting.o >/dev/null 2>&1
depbase=`echo occurrencespanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT occurrencespanel.lo -MD -MP -MF $depbase.Tpo -c -o occurrencespanel.lo occurrencespanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT occurrencespanel.lo -MD -MP -MF .deps/occurrencespanel.Tpo -c occurrencespanel.cpp  -fno-common -DPIC -o .libs/occurrencespanel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT occurrencespanel.lo -MD -MP -MF .deps/occurrencespanel.Tpo -c occurrencespanel.cpp -o occurrencespanel.o >/dev/null 2>&1
depbase=`echo occurrenceshighlightingconfigurationpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT occurrenceshighlightingconfigurationpanel.lo -MD -MP -MF $depbase.Tpo -c -o occurrenceshighlightingconfigurationpanel.lo occurrenceshighlightingconfigurationpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT occurrenceshighlightingconfigurationpanel.lo -MD -MP -MF .deps/occurrenceshighlightingconfigurationpanel.Tpo -c occurrenceshighlightingconfigurationpanel.cpp  -fno-common -DPIC -o .libs/occurrenceshighlightingconfigurationpanel.o
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:11:
In file included from ./occurrenceshighlightingconfigurationpanel.h:9:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from occurrenceshighlightingconfigurationpanel.cpp:11:
In file included from ./occurrenceshighlightingconfigurationpanel.h:9:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT occurrenceshighlightingconfigurationpanel.lo -MD -MP -MF .deps/occurrenceshighlightingconfigurationpanel.Tpo -c occurrenceshighlightingconfigurationpanel.cpp -o occurrenceshighlightingconfigurationpanel.o >/dev/null 2>&1
depbase=`echo highlighter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT highlighter.lo -MD -MP -MF $depbase.Tpo -c -o highlighter.lo highlighter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT highlighter.lo -MD -MP -MF .deps/highlighter.Tpo -c highlighter.cpp  -fno-common -DPIC -o .libs/highlighter.o
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from highlighter.cpp:12:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from highlighter.cpp:21:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from highlighter.cpp:21:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT highlighter.lo -MD -MP -MF .deps/highlighter.Tpo -c highlighter.cpp -o highlighter.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o liboccurrenceshighlighting.la -rpath /opt/pkg/lib/codeblocks/plugins occurrenceshighlighting.lo occurrencespanel.lo occurrenceshighlightingconfigurationpanel.lo highlighter.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/liboccurrenceshighlighting.dylib  .libs/occurrenceshighlighting.o .libs/occurrencespanel.o .libs/occurrenceshighlightingconfigurationpanel.o .libs/highlighter.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/liboccurrenceshighlighting.dylib  -Wl,-single_module
libtool: link: ar cr .libs/liboccurrenceshighlighting.a  occurrenceshighlighting.o occurrencespanel.o occurrenceshighlightingconfigurationpanel.o highlighter.o
libtool: link: ranlib .libs/liboccurrenceshighlighting.a
libtool: link: ( cd ".libs" && rm -f "liboccurrenceshighlighting.la" && ln -s "../liboccurrenceshighlighting.la" "liboccurrenceshighlighting.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/occurrenceshighlighting'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/occurrenceshighlighting'
Making all in todo
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/todo'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/todo/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/todo/resources/todo.zip manifest.xml *.xrc > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/todo/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/todo'
depbase=`echo addtododlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT addtododlg.lo -MD -MP -MF $depbase.Tpo -c -o addtododlg.lo addtododlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT addtododlg.lo -MD -MP -MF .deps/addtododlg.Tpo -c addtododlg.cpp  -fno-common -DPIC -o .libs/addtododlg.o
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from addtododlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT addtododlg.lo -MD -MP -MF .deps/addtododlg.Tpo -c addtododlg.cpp -o addtododlg.o >/dev/null 2>&1
depbase=`echo asktypedlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT asktypedlg.lo -MD -MP -MF $depbase.Tpo -c -o asktypedlg.lo asktypedlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT asktypedlg.lo -MD -MP -MF .deps/asktypedlg.Tpo -c asktypedlg.cpp  -fno-common -DPIC -o .libs/asktypedlg.o
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from asktypedlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT asktypedlg.lo -MD -MP -MF .deps/asktypedlg.Tpo -c asktypedlg.cpp -o asktypedlg.o >/dev/null 2>&1
depbase=`echo todolist.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT todolist.lo -MD -MP -MF $depbase.Tpo -c -o todolist.lo todolist.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT todolist.lo -MD -MP -MF .deps/todolist.Tpo -c todolist.cpp  -fno-common -DPIC -o .libs/todolist.o
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolist.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolist.cpp:35:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolist.cpp:35:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT todolist.lo -MD -MP -MF .deps/todolist.Tpo -c todolist.cpp -o todolist.o >/dev/null 2>&1
depbase=`echo todolistview.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT todolistview.lo -MD -MP -MF $depbase.Tpo -c -o todolistview.lo todolistview.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT todolistview.lo -MD -MP -MF .deps/todolistview.Tpo -c todolistview.cpp  -fno-common -DPIC -o .libs/todolistview.o
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolistview.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todolistview.cpp:37:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todolistview.cpp:37:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT todolistview.lo -MD -MP -MF .deps/todolistview.Tpo -c todolistview.cpp -o todolistview.o >/dev/null 2>&1
depbase=`echo todosettingsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT todosettingsdlg.lo -MD -MP -MF $depbase.Tpo -c -o todosettingsdlg.lo todosettingsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT todosettingsdlg.lo -MD -MP -MF .deps/todosettingsdlg.Tpo -c todosettingsdlg.cpp  -fno-common -DPIC -o .libs/todosettingsdlg.o
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from todosettingsdlg.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/sdk/wxscintilla/include -I../../../src/include/mozilla_chardet -I../../../src/include/mozilla_chardet/mfbt -I../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../src/include/mozilla_chardet/xpcom -I../../../src/include/mozilla_chardet/xpcom/base -I../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT todosettingsdlg.lo -MD -MP -MF .deps/todosettingsdlg.Tpo -c todosettingsdlg.cpp -o todosettingsdlg.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libtodo.la -rpath /opt/pkg/lib/codeblocks/plugins addtododlg.lo asktypedlg.lo todolist.lo todolistview.lo todosettingsdlg.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libtodo.dylib  .libs/addtododlg.o .libs/asktypedlg.o .libs/todolist.o .libs/todolistview.o .libs/todosettingsdlg.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libtodo.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libtodo.a  addtododlg.o asktypedlg.o todolist.o todolistview.o todosettingsdlg.o
libtool: link: ranlib .libs/libtodo.a
libtool: link: ( cd ".libs" && rm -f "libtodo.la" && ln -s "../libtodo.la" "libtodo.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/todo'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/todo'
Making all in abbreviations
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/abbreviations'
Making all in resources
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/abbreviations/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/abbreviations/resources/abbreviations.zip abbreviationsconfigpanel.xrc images/16x16/arrow.png images/20x20/arrow.png images/24x24/arrow.png images/28x28/arrow.png images/32x32/arrow.png images/40x40/arrow.png images/48x48/arrow.png images/56x56/arrow.png images/64x64/arrow.png manifest.xml > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/abbreviations/resources'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/abbreviations'
depbase=`echo abbreviations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT abbreviations.lo -MD -MP -MF $depbase.Tpo -c -o abbreviations.lo abbreviations.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT abbreviations.lo -MD -MP -MF .deps/abbreviations.Tpo -c abbreviations.cpp  -fno-common -DPIC -o .libs/abbreviations.o
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviations.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviations.cpp:19:
In file included from ./abbreviationsconfigpanel.h:10:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviations.cpp:19:
In file included from ./abbreviationsconfigpanel.h:10:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT abbreviations.lo -MD -MP -MF .deps/abbreviations.Tpo -c abbreviations.cpp -o abbreviations.o >/dev/null 2>&1
depbase=`echo abbreviationsconfigpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../src/include/scripting/include -I../../../src/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT abbreviationsconfigpanel.lo -MD -MP -MF $depbase.Tpo -c -o abbreviationsconfigpanel.lo abbreviationsconfigpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT abbreviationsconfigpanel.lo -MD -MP -MF .deps/abbreviationsconfigpanel.Tpo -c abbreviationsconfigpanel.cpp  -fno-common -DPIC -o .libs/abbreviationsconfigpanel.o
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:93:
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:99:
../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:104:
../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:105:
../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:110:
In file included from ../../../src/include/cbplugin.h:18:
../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
In file included from ../../../src/include/projectmanager.h:19:
../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:111:
In file included from ../../../src/include/cbproject.h:19:
../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:118:
../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:120:
../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:126:
../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:127:
../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:130:
../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:131:
../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:140:
../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviationsconfigpanel.cpp:10:
In file included from ../../../src/include/sdk.h:17:
In file included from ../../../src/include/sdk_precomp.h:13:
In file included from ../../../src/include/sdk_common.h:142:
../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from abbreviationsconfigpanel.cpp:11:
In file included from ./abbreviationsconfigpanel.h:10:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from abbreviationsconfigpanel.cpp:11:
In file included from ./abbreviationsconfigpanel.h:10:
../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../src/include/scripting/include -I../../../src/sdk/wxscintilla/include -I../../../src/include/scripting/sqplus -I../../../src/include/scripting/bindings -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT abbreviationsconfigpanel.lo -MD -MP -MF .deps/abbreviationsconfigpanel.Tpo -c abbreviationsconfigpanel.cpp -o abbreviationsconfigpanel.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libabbreviations.la -rpath /opt/pkg/lib/codeblocks/plugins abbreviations.lo abbreviationsconfigpanel.lo ../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libabbreviations.dylib  .libs/abbreviations.o .libs/abbreviationsconfigpanel.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libabbreviations.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libabbreviations.a  abbreviations.o abbreviationsconfigpanel.o
libtool: link: ranlib .libs/libabbreviations.a
libtool: link: ( cd ".libs" && rm -f "libabbreviations.la" && ln -s "../libabbreviations.la" "libabbreviations.la" )
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/abbreviations'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/abbreviations'
Making all in contrib
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib'
Making all in AutoVersioning
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/AutoVersioning'
depbase=`echo AutoVersioning.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT AutoVersioning.lo -MD -MP -MF $depbase.Tpo -c -o AutoVersioning.lo AutoVersioning.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT AutoVersioning.lo -MD -MP -MF .deps/AutoVersioning.Tpo -c AutoVersioning.cpp  -fno-common -DPIC -o .libs/AutoVersioning.o
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from AutoVersioning.cpp:3:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT AutoVersioning.lo -MD -MP -MF .deps/AutoVersioning.Tpo -c AutoVersioning.cpp -o AutoVersioning.o >/dev/null 2>&1
depbase=`echo avChangesDlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT avChangesDlg.lo -MD -MP -MF $depbase.Tpo -c -o avChangesDlg.lo avChangesDlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT avChangesDlg.lo -MD -MP -MF .deps/avChangesDlg.Tpo -c avChangesDlg.cpp  -fno-common -DPIC -o .libs/avChangesDlg.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT avChangesDlg.lo -MD -MP -MF .deps/avChangesDlg.Tpo -c avChangesDlg.cpp -o avChangesDlg.o >/dev/null 2>&1
depbase=`echo avHeader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT avHeader.lo -MD -MP -MF $depbase.Tpo -c -o avHeader.lo avHeader.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT avHeader.lo -MD -MP -MF .deps/avHeader.Tpo -c avHeader.cpp  -fno-common -DPIC -o .libs/avHeader.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT avHeader.lo -MD -MP -MF .deps/avHeader.Tpo -c avHeader.cpp -o avHeader.o >/dev/null 2>&1
depbase=`echo avSvnRevision.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT avSvnRevision.lo -MD -MP -MF $depbase.Tpo -c -o avSvnRevision.lo avSvnRevision.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT avSvnRevision.lo -MD -MP -MF .deps/avSvnRevision.Tpo -c avSvnRevision.cpp  -fno-common -DPIC -o .libs/avSvnRevision.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT avSvnRevision.lo -MD -MP -MF .deps/avSvnRevision.Tpo -c avSvnRevision.cpp -o avSvnRevision.o >/dev/null 2>&1
depbase=`echo avVersionEditorDlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT avVersionEditorDlg.lo -MD -MP -MF $depbase.Tpo -c -o avVersionEditorDlg.lo avVersionEditorDlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT avVersionEditorDlg.lo -MD -MP -MF .deps/avVersionEditorDlg.Tpo -c avVersionEditorDlg.cpp  -fno-common -DPIC -o .libs/avVersionEditorDlg.o
avVersionEditorDlg.cpp:742:29: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
        type = cbC2U(typeid(*(this->FindFocus())).name());
                            ^
1 warning generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT avVersionEditorDlg.lo -MD -MP -MF .deps/avVersionEditorDlg.Tpo -c avVersionEditorDlg.cpp -o avVersionEditorDlg.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libAutoVersioning.la -rpath /opt/pkg/lib/codeblocks/plugins AutoVersioning.lo avChangesDlg.lo avHeader.lo avSvnRevision.lo avVersionEditorDlg.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  ../../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libAutoVersioning.dylib  .libs/AutoVersioning.o .libs/avChangesDlg.o .libs/avHeader.o .libs/avSvnRevision.o .libs/avVersionEditorDlg.o   -Wl,-force_load,../../../../src/base/tinyxml/.libs/libtinyxml.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libAutoVersioning.dylib  -Wl,-single_module
libtool: link: (cd .libs/libAutoVersioning.lax/libtinyxml.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/AutoVersioning/../../../../src/base/tinyxml/.libs/libtinyxml.a")
libtool: link: ar cr .libs/libAutoVersioning.a  AutoVersioning.o avChangesDlg.o avHeader.o avSvnRevision.o avVersionEditorDlg.o  .libs/libAutoVersioning.lax/libtinyxml.a/tinyxml.o .libs/libAutoVersioning.lax/libtinyxml.a/tinyxmlerror.o .libs/libAutoVersioning.lax/libtinyxml.a/tinyxmlparser.o 
libtool: link: ranlib .libs/libAutoVersioning.a
libtool: link: rm -fr .libs/libAutoVersioning.lax
libtool: link: ( cd ".libs" && rm -f "libAutoVersioning.la" && ln -s "../libAutoVersioning.la" "libAutoVersioning.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/AutoVersioning/AutoVersioning.zip manifest.xml > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/AutoVersioning'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in BrowseTracker
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/BrowseTracker'
depbase=`echo BrowseTracker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT BrowseTracker.lo -MD -MP -MF $depbase.Tpo -c -o BrowseTracker.lo BrowseTracker.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BrowseTracker.lo -MD -MP -MF .deps/BrowseTracker.Tpo -c BrowseTracker.cpp  -fno-common -DPIC -o .libs/BrowseTracker.o
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTracker.cpp:69:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTracker.cpp:87:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTracker.cpp:87:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BrowseTracker.lo -MD -MP -MF .deps/BrowseTracker.Tpo -c BrowseTracker.cpp -o BrowseTracker.o >/dev/null 2>&1
depbase=`echo BrowseSelector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT BrowseSelector.lo -MD -MP -MF $depbase.Tpo -c -o BrowseSelector.lo BrowseSelector.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BrowseSelector.lo -MD -MP -MF .deps/BrowseSelector.Tpo -c BrowseSelector.cpp  -fno-common -DPIC -o .libs/BrowseSelector.o
In file included from BrowseSelector.cpp:33:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseSelector.cpp:33:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseSelector.cpp:34:
In file included from ../../../../src/include/editormanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseSelector.cpp:34:
In file included from ../../../../src/include/editormanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseSelector.cpp:34:
In file included from ../../../../src/include/editormanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseSelector.cpp:34:
In file included from ../../../../src/include/editormanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseSelector.cpp:34:
In file included from ../../../../src/include/editormanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseSelector.cpp:34:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseSelector.cpp:34:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseSelector.cpp:35:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseSelector.cpp:35:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseSelector.cpp:38:
In file included from ./BrowseTracker.h:25:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseSelector.cpp:38:
In file included from ./BrowseTracker.h:25:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseSelector.cpp:38:
In file included from ./BrowseTracker.h:26:
In file included from ./BrowseTrackerDefs.h:5:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseSelector.cpp:38:
In file included from ./BrowseTracker.h:26:
In file included from ./BrowseTrackerDefs.h:5:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseSelector.cpp:38:
In file included from ./BrowseTracker.h:26:
In file included from ./BrowseTrackerDefs.h:5:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
16 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BrowseSelector.lo -MD -MP -MF .deps/BrowseSelector.Tpo -c BrowseSelector.cpp -o BrowseSelector.o >/dev/null 2>&1
depbase=`echo Version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT Version.lo -MD -MP -MF $depbase.Tpo -c -o Version.lo Version.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT Version.lo -MD -MP -MF .deps/Version.Tpo -c Version.cpp  -fno-common -DPIC -o .libs/Version.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT Version.lo -MD -MP -MF .deps/Version.Tpo -c Version.cpp -o Version.o >/dev/null 2>&1
depbase=`echo BrowseMarks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT BrowseMarks.lo -MD -MP -MF $depbase.Tpo -c -o BrowseMarks.lo BrowseMarks.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BrowseMarks.lo -MD -MP -MF .deps/BrowseMarks.Tpo -c BrowseMarks.cpp  -fno-common -DPIC -o .libs/BrowseMarks.o
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseMarks.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseMarks.cpp:31:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseMarks.cpp:31:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BrowseMarks.lo -MD -MP -MF .deps/BrowseMarks.Tpo -c BrowseMarks.cpp -o BrowseMarks.o >/dev/null 2>&1
depbase=`echo BrowseTrackerConfPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT BrowseTrackerConfPanel.lo -MD -MP -MF $depbase.Tpo -c -o BrowseTrackerConfPanel.lo BrowseTrackerConfPanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BrowseTrackerConfPanel.lo -MD -MP -MF .deps/BrowseTrackerConfPanel.Tpo -c BrowseTrackerConfPanel.cpp  -fno-common -DPIC -o .libs/BrowseTrackerConfPanel.o
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerConfPanel.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BrowseTrackerConfPanel.lo -MD -MP -MF .deps/BrowseTrackerConfPanel.Tpo -c BrowseTrackerConfPanel.cpp -o BrowseTrackerConfPanel.o >/dev/null 2>&1
depbase=`echo BrowseTrackerLayout.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT BrowseTrackerLayout.lo -MD -MP -MF $depbase.Tpo -c -o BrowseTrackerLayout.lo BrowseTrackerLayout.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BrowseTrackerLayout.lo -MD -MP -MF .deps/BrowseTrackerLayout.Tpo -c BrowseTrackerLayout.cpp  -fno-common -DPIC -o .libs/BrowseTrackerLayout.o
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from BrowseTrackerLayout.cpp:33:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BrowseTrackerLayout.lo -MD -MP -MF .deps/BrowseTrackerLayout.Tpo -c BrowseTrackerLayout.cpp -o BrowseTrackerLayout.o >/dev/null 2>&1
depbase=`echo ConfigPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ConfigPanel.lo -MD -MP -MF $depbase.Tpo -c -o ConfigPanel.lo ConfigPanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ConfigPanel.lo -MD -MP -MF .deps/ConfigPanel.Tpo -c ConfigPanel.cpp  -fno-common -DPIC -o .libs/ConfigPanel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ConfigPanel.lo -MD -MP -MF .deps/ConfigPanel.Tpo -c ConfigPanel.cpp -o ConfigPanel.o >/dev/null 2>&1
depbase=`echo ProjectData.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ProjectData.lo -MD -MP -MF $depbase.Tpo -c -o ProjectData.lo ProjectData.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ProjectData.lo -MD -MP -MF .deps/ProjectData.Tpo -c ProjectData.cpp  -fno-common -DPIC -o .libs/ProjectData.o
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from ProjectData.cpp:22:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ProjectData.lo -MD -MP -MF .deps/ProjectData.Tpo -c ProjectData.cpp -o ProjectData.o >/dev/null 2>&1
depbase=`echo JumpTracker.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT JumpTracker.lo -MD -MP -MF $depbase.Tpo -c -o JumpTracker.lo JumpTracker.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT JumpTracker.lo -MD -MP -MF .deps/JumpTracker.Tpo -c JumpTracker.cpp  -fno-common -DPIC -o .libs/JumpTracker.o
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from JumpTracker.cpp:4:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from JumpTracker.cpp:6:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from JumpTracker.cpp:6:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT JumpTracker.lo -MD -MP -MF .deps/JumpTracker.Tpo -c JumpTracker.cpp -o JumpTracker.o >/dev/null 2>&1
depbase=`echo JumpData.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT JumpData.lo -MD -MP -MF $depbase.Tpo -c -o JumpData.lo JumpData.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT JumpData.lo -MD -MP -MF .deps/JumpData.Tpo -c JumpData.cpp  -fno-common -DPIC -o .libs/JumpData.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT JumpData.lo -MD -MP -MF .deps/JumpData.Tpo -c JumpData.cpp -o JumpData.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libBrowseTracker.la -rpath /opt/pkg/lib/codeblocks/plugins BrowseTracker.lo BrowseSelector.lo Version.lo BrowseMarks.lo BrowseTrackerConfPanel.lo BrowseTrackerLayout.lo ConfigPanel.lo ProjectData.lo JumpTracker.lo JumpData.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  ../../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libBrowseTracker.dylib  .libs/BrowseTracker.o .libs/BrowseSelector.o .libs/Version.o .libs/BrowseMarks.o .libs/BrowseTrackerConfPanel.o .libs/BrowseTrackerLayout.o .libs/ConfigPanel.o .libs/ProjectData.o .libs/JumpTracker.o .libs/JumpData.o   -Wl,-force_load,../../../../src/base/tinyxml/.libs/libtinyxml.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libBrowseTracker.dylib  -Wl,-single_module
libtool: link: (cd .libs/libBrowseTracker.lax/libtinyxml.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/BrowseTracker/../../../../src/base/tinyxml/.libs/libtinyxml.a")
libtool: link: ar cr .libs/libBrowseTracker.a  BrowseTracker.o BrowseSelector.o Version.o BrowseMarks.o BrowseTrackerConfPanel.o BrowseTrackerLayout.o ConfigPanel.o ProjectData.o JumpTracker.o JumpData.o  .libs/libBrowseTracker.lax/libtinyxml.a/tinyxml.o .libs/libBrowseTracker.lax/libtinyxml.a/tinyxmlerror.o .libs/libBrowseTracker.lax/libtinyxml.a/tinyxmlparser.o 
libtool: link: ranlib .libs/libBrowseTracker.a
libtool: link: rm -fr .libs/libBrowseTracker.lax
libtool: link: ( cd ".libs" && rm -f "libBrowseTracker.la" && ln -s "../libBrowseTracker.la" "libBrowseTracker.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/BrowseTracker/BrowseTracker.zip BrowseTrackerToolbar.xrc manifest.xml images/16x16/mark_clear.png images/16x16/mark_next.png images/16x16/mark.png images/16x16/mark_prev.png images/16x16/next.png images/16x16/prev.png images/16x16/signpost.png images/20x20/mark_clear.png images/20x20/mark_next.png images/20x20/mark.png images/20x20/mark_prev.png images/20x20/next.png images/20x20/prev.png images/20x20/signpost.png images/24x24/mark_clear.png images/24x24/mark_next.png images/24x24/mark.png images/24x24/mark_prev.png images/24x24/next.png images/24x24/prev.png images/24x24/signpost.png images/28x28/mark_clear.png images/28x28/mark_next.png images/28x28/mark.png images/28x28/mark_prev.png images/28x28/next.png images/28x28/prev.png images/28x28/signpost.png images/32x32/mark_clear.png images/32x32/mark_next.png images/32x32/mark.png images/32x32/mark_prev.png images/32x32/next.png images/32x32/prev.png images/32x32/signpost.png images/40x40/mark_clear.png images/40x40/mark_next.png images/40x40/mark.png images/40x40/mark_prev.png images/40x40/next.png images/40x40/prev.png images/40x40/signpost.png images/48x48/mark_clear.png images/48x48/mark_next.png images/48x48/mark.png images/48x48/mark_prev.png images/48x48/next.png images/48x48/prev.png images/48x48/signpost.png images/56x56/mark_clear.png images/56x56/mark_next.png images/56x56/mark.png images/56x56/mark_prev.png images/56x56/next.png images/56x56/prev.png images/56x56/signpost.png images/64x64/mark_clear.png images/64x64/mark_next.png images/64x64/mark.png images/64x64/mark_prev.png images/64x64/next.png images/64x64/prev.png images/64x64/signpost.png > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/BrowseTracker'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in byogames
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/byogames'
depbase=`echo byocbtris.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT byocbtris.lo -MD -MP -MF $depbase.Tpo -c -o byocbtris.lo byocbtris.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byocbtris.lo -MD -MP -MF .deps/byocbtris.Tpo -c byocbtris.cpp  -fno-common -DPIC -o .libs/byocbtris.o
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byocbtris.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byocbtris.lo -MD -MP -MF .deps/byocbtris.Tpo -c byocbtris.cpp -o byocbtris.o >/dev/null 2>&1
depbase=`echo byogame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT byogame.lo -MD -MP -MF $depbase.Tpo -c -o byogame.lo byogame.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byogame.lo -MD -MP -MF .deps/byogame.Tpo -c byogame.cpp  -fno-common -DPIC -o .libs/byogame.o
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogame.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogame.cpp:5:
../../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogame.cpp:5:
../../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byogame.lo -MD -MP -MF .deps/byogame.Tpo -c byogame.cpp -o byogame.o >/dev/null 2>&1
depbase=`echo byogameselect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT byogameselect.lo -MD -MP -MF $depbase.Tpo -c -o byogameselect.lo byogameselect.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byogameselect.lo -MD -MP -MF .deps/byogameselect.Tpo -c byogameselect.cpp  -fno-common -DPIC -o .libs/byogameselect.o
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogameselect.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byogameselect.lo -MD -MP -MF .deps/byogameselect.Tpo -c byogameselect.cpp -o byogameselect.o >/dev/null 2>&1
depbase=`echo byogames.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT byogames.lo -MD -MP -MF $depbase.Tpo -c -o byogames.lo byogames.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byogames.lo -MD -MP -MF .deps/byogames.Tpo -c byogames.cpp  -fno-common -DPIC -o .libs/byogames.o
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogames.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byogames.lo -MD -MP -MF .deps/byogames.Tpo -c byogames.cpp -o byogames.o >/dev/null 2>&1
depbase=`echo byogamebase.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT byogamebase.lo -MD -MP -MF $depbase.Tpo -c -o byogamebase.lo byogamebase.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byogamebase.lo -MD -MP -MF .deps/byogamebase.Tpo -c byogamebase.cpp  -fno-common -DPIC -o .libs/byogamebase.o
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogamebase.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byogamebase.cpp:9:
../../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byogamebase.cpp:9:
../../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byogamebase.lo -MD -MP -MF .deps/byogamebase.Tpo -c byogamebase.cpp -o byogamebase.o >/dev/null 2>&1
depbase=`echo byoconf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT byoconf.lo -MD -MP -MF $depbase.Tpo -c -o byoconf.lo byoconf.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byoconf.lo -MD -MP -MF .deps/byoconf.Tpo -c byoconf.cpp  -fno-common -DPIC -o .libs/byoconf.o
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byoconf.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byoconf.lo -MD -MP -MF .deps/byoconf.Tpo -c byoconf.cpp -o byoconf.o >/dev/null 2>&1
depbase=`echo byosnake.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT byosnake.lo -MD -MP -MF $depbase.Tpo -c -o byosnake.lo byosnake.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byosnake.lo -MD -MP -MF .deps/byosnake.Tpo -c byosnake.cpp  -fno-common -DPIC -o .libs/byosnake.o
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from byosnake.cpp:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT byosnake.lo -MD -MP -MF .deps/byosnake.Tpo -c byosnake.cpp -o byosnake.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libbyogames.la -rpath /opt/pkg/lib/codeblocks/plugins byocbtris.lo byogame.lo byogameselect.lo byogames.lo byogamebase.lo byoconf.lo byosnake.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libbyogames.dylib  .libs/byocbtris.o .libs/byogame.o .libs/byogameselect.o .libs/byogames.o .libs/byogamebase.o .libs/byoconf.o .libs/byosnake.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libbyogames.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libbyogames.a  byocbtris.o byogame.o byogameselect.o byogames.o byogamebase.o byoconf.o byosnake.o
libtool: link: ranlib .libs/libbyogames.a
libtool: link: ( cd ".libs" && rm -f "libbyogames.la" && ln -s "../libbyogames.la" "libbyogames.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/byogames/byogames.zip manifest.xml > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/byogames'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in cb_koders
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/cb_koders'
depbase=`echo kodersdialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT kodersdialog.lo -MD -MP -MF $depbase.Tpo -c -o kodersdialog.lo kodersdialog.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT kodersdialog.lo -MD -MP -MF .deps/kodersdialog.Tpo -c kodersdialog.cpp  -fno-common -DPIC -o .libs/kodersdialog.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT kodersdialog.lo -MD -MP -MF .deps/kodersdialog.Tpo -c kodersdialog.cpp -o kodersdialog.o >/dev/null 2>&1
depbase=`echo cb_koders.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cb_koders.lo -MD -MP -MF $depbase.Tpo -c -o cb_koders.lo cb_koders.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cb_koders.lo -MD -MP -MF .deps/cb_koders.Tpo -c cb_koders.cpp  -fno-common -DPIC -o .libs/cb_koders.o
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cb_koders.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cb_koders.cpp:21:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cb_koders.cpp:21:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cb_koders.lo -MD -MP -MF .deps/cb_koders.Tpo -c cb_koders.cpp -o cb_koders.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libcb_koders.la -rpath /opt/pkg/lib/codeblocks/plugins kodersdialog.lo cb_koders.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libcb_koders.dylib  .libs/kodersdialog.o .libs/cb_koders.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libcb_koders.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libcb_koders.a  kodersdialog.o cb_koders.o
libtool: link: ranlib .libs/libcb_koders.a
libtool: link: ( cd ".libs" && rm -f "libcb_koders.la" && ln -s "../libcb_koders.la" "libcb_koders.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/cb_koders/cb_koders.zip manifest.xml > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/cb_koders'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in codesnippets
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codesnippets'
Making all in resources
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codesnippets/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codesnippets/resources/codesnippets.zip manifest.xml > /dev/null
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codesnippets/resources'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codesnippets'
depbase=`echo codesnippets.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT codesnippets.lo -MD -MP -MF $depbase.Tpo -c -o codesnippets.lo codesnippets.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codesnippets.lo -MD -MP -MF .deps/codesnippets.Tpo -c codesnippets.cpp  -fno-common -DPIC -o .libs/codesnippets.o
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippets.cpp:23:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codesnippets.lo -MD -MP -MF .deps/codesnippets.Tpo -c codesnippets.cpp -o codesnippets.o >/dev/null 2>&1
depbase=`echo codesnippetstreectrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT codesnippetstreectrl.lo -MD -MP -MF $depbase.Tpo -c -o codesnippetstreectrl.lo codesnippetstreectrl.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codesnippetstreectrl.lo -MD -MP -MF .deps/codesnippetstreectrl.Tpo -c codesnippetstreectrl.cpp  -fno-common -DPIC -o .libs/codesnippetstreectrl.o
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetstreectrl.cpp:36:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetstreectrl.cpp:47:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetstreectrl.cpp:47:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codesnippetstreectrl.lo -MD -MP -MF .deps/codesnippetstreectrl.Tpo -c codesnippetstreectrl.cpp -o codesnippetstreectrl.o >/dev/null 2>&1
depbase=`echo codesnippetswindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT codesnippetswindow.lo -MD -MP -MF $depbase.Tpo -c -o codesnippetswindow.lo codesnippetswindow.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codesnippetswindow.lo -MD -MP -MF .deps/codesnippetswindow.Tpo -c codesnippetswindow.cpp  -fno-common -DPIC -o .libs/codesnippetswindow.o
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetswindow.cpp:47:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codesnippetswindow.cpp:58:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codesnippetswindow.cpp:58:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codesnippetswindow.lo -MD -MP -MF .deps/codesnippetswindow.Tpo -c codesnippetswindow.cpp -o codesnippetswindow.o >/dev/null 2>&1
depbase=`echo settingsdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT settingsdlg.lo -MD -MP -MF $depbase.Tpo -c -o settingsdlg.lo settingsdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT settingsdlg.lo -MD -MP -MF .deps/settingsdlg.Tpo -c settingsdlg.cpp  -fno-common -DPIC -o .libs/settingsdlg.o
In file included from settingsdlg.cpp:33:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from settingsdlg.cpp:33:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from settingsdlg.cpp:33:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from settingsdlg.cpp:33:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from settingsdlg.cpp:33:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from settingsdlg.cpp:35:
In file included from ./codesnippetswindow.h:32:
In file included from ./codesnippetstreectrl.h:36:
In file included from ../../../../src/include/cbeditor.h:15:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from settingsdlg.cpp:35:
In file included from ./codesnippetswindow.h:32:
In file included from ./codesnippetstreectrl.h:36:
In file included from ../../../../src/include/cbeditor.h:15:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from settingsdlg.cpp:35:
In file included from ./codesnippetswindow.h:32:
In file included from ./codesnippetstreectrl.h:36:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from settingsdlg.cpp:35:
In file included from ./codesnippetswindow.h:32:
In file included from ./codesnippetstreectrl.h:36:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
9 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT settingsdlg.lo -MD -MP -MF .deps/settingsdlg.Tpo -c settingsdlg.cpp -o settingsdlg.o >/dev/null 2>&1
depbase=`echo settingsdlgform.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT settingsdlgform.lo -MD -MP -MF $depbase.Tpo -c -o settingsdlgform.lo settingsdlgform.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT settingsdlgform.lo -MD -MP -MF .deps/settingsdlgform.Tpo -c settingsdlgform.cpp  -fno-common -DPIC -o .libs/settingsdlgform.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT settingsdlgform.lo -MD -MP -MF .deps/settingsdlgform.Tpo -c settingsdlgform.cpp -o settingsdlgform.o >/dev/null 2>&1
depbase=`echo snippetitemdata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT snippetitemdata.lo -MD -MP -MF $depbase.Tpo -c -o snippetitemdata.lo snippetitemdata.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT snippetitemdata.lo -MD -MP -MF .deps/snippetitemdata.Tpo -c snippetitemdata.cpp  -fno-common -DPIC -o .libs/snippetitemdata.o
In file included from snippetitemdata.cpp:27:
In file included from ./snippetitemdata.h:29:
In file included from ../../../../src/include/macrosmanager.h:10:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetitemdata.cpp:27:
In file included from ./snippetitemdata.h:29:
In file included from ../../../../src/include/macrosmanager.h:10:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetitemdata.cpp:27:
In file included from ./snippetitemdata.h:29:
In file included from ../../../../src/include/macrosmanager.h:10:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetitemdata.cpp:27:
In file included from ./snippetitemdata.h:29:
In file included from ../../../../src/include/macrosmanager.h:10:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetitemdata.cpp:27:
In file included from ./snippetitemdata.h:29:
In file included from ../../../../src/include/macrosmanager.h:10:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetitemdata.cpp:29:
In file included from ./codesnippetswindow.h:32:
In file included from ./codesnippetstreectrl.h:36:
In file included from ../../../../src/include/cbeditor.h:15:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from snippetitemdata.cpp:29:
In file included from ./codesnippetswindow.h:32:
In file included from ./codesnippetstreectrl.h:36:
In file included from ../../../../src/include/cbeditor.h:15:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from snippetitemdata.cpp:29:
In file included from ./codesnippetswindow.h:32:
In file included from ./codesnippetstreectrl.h:36:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from snippetitemdata.cpp:29:
In file included from ./codesnippetswindow.h:32:
In file included from ./codesnippetstreectrl.h:36:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
9 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT snippetitemdata.lo -MD -MP -MF .deps/snippetitemdata.Tpo -c snippetitemdata.cpp -o snippetitemdata.o >/dev/null 2>&1
depbase=`echo snippetproperty.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT snippetproperty.lo -MD -MP -MF $depbase.Tpo -c -o snippetproperty.lo snippetproperty.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT snippetproperty.lo -MD -MP -MF .deps/snippetproperty.Tpo -c snippetproperty.cpp  -fno-common -DPIC -o .libs/snippetproperty.o
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from snippetproperty.cpp:35:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
snippetproperty.cpp:217:27: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
    if ( ( g_activeMenuId == idMnuProperties ) //note: mnu vs menu
           ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
snippetproperty.cpp:217:27: note: remove extraneous parentheses around the comparison to silence this warning
    if ( ( g_activeMenuId == idMnuProperties ) //note: mnu vs menu
         ~~               ^                  ~~
snippetproperty.cpp:217:27: note: use '=' to turn this equality comparison into an assignment
    if ( ( g_activeMenuId == idMnuProperties ) //note: mnu vs menu
                          ^~
                          =
36 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT snippetproperty.lo -MD -MP -MF .deps/snippetproperty.Tpo -c snippetproperty.cpp -o snippetproperty.o >/dev/null 2>&1
depbase=`echo snippetpropertyform.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT snippetpropertyform.lo -MD -MP -MF $depbase.Tpo -c -o snippetpropertyform.lo snippetpropertyform.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT snippetpropertyform.lo -MD -MP -MF .deps/snippetpropertyform.Tpo -c snippetpropertyform.cpp  -fno-common -DPIC -o .libs/snippetpropertyform.o
In file included from snippetpropertyform.cpp:40:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from snippetpropertyform.cpp:40:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from snippetpropertyform.cpp:40:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
3 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT snippetpropertyform.lo -MD -MP -MF .deps/snippetpropertyform.Tpo -c snippetpropertyform.cpp -o snippetpropertyform.o >/dev/null 2>&1
depbase=`echo snippetsconfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT snippetsconfig.lo -MD -MP -MF $depbase.Tpo -c -o snippetsconfig.lo snippetsconfig.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT snippetsconfig.lo -MD -MP -MF .deps/snippetsconfig.Tpo -c snippetsconfig.cpp  -fno-common -DPIC -o .libs/snippetsconfig.o
In file included from snippetsconfig.cpp:24:
In file included from ../../../../src/include/pluginmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetsconfig.cpp:24:
In file included from ../../../../src/include/pluginmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetsconfig.cpp:24:
In file included from ../../../../src/include/pluginmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetsconfig.cpp:24:
In file included from ../../../../src/include/pluginmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetsconfig.cpp:24:
In file included from ../../../../src/include/pluginmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from snippetsconfig.cpp:24:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from snippetsconfig.cpp:24:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from snippetsconfig.cpp:36:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from snippetsconfig.cpp:36:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
9 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT snippetsconfig.lo -MD -MP -MF .deps/snippetsconfig.Tpo -c snippetsconfig.cpp -o snippetsconfig.o >/dev/null 2>&1
depbase=`echo snippetsimages.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT snippetsimages.lo -MD -MP -MF $depbase.Tpo -c -o snippetsimages.lo snippetsimages.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT snippetsimages.lo -MD -MP -MF .deps/snippetsimages.Tpo -c snippetsimages.cpp  -fno-common -DPIC -o .libs/snippetsimages.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT snippetsimages.lo -MD -MP -MF .deps/snippetsimages.Tpo -c snippetsimages.cpp -o snippetsimages.o >/dev/null 2>&1
depbase=`echo version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__    -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT version.lo -MD -MP -MF $depbase.Tpo -c -o version.lo version.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cpp  -fno-common -DPIC -o .libs/version.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/codesnippets -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.cpp -o version.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libcodesnippets.la -rpath /opt/pkg/lib/codeblocks/plugins codesnippets.lo codesnippetstreectrl.lo codesnippetswindow.lo settingsdlg.lo settingsdlgform.lo snippetitemdata.lo snippetproperty.lo snippetpropertyform.lo snippetsconfig.lo snippetsimages.lo version.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0    ../../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libcodesnippets.dylib  .libs/codesnippets.o .libs/codesnippetstreectrl.o .libs/codesnippetswindow.o .libs/settingsdlg.o .libs/settingsdlgform.o .libs/snippetitemdata.o .libs/snippetproperty.o .libs/snippetpropertyform.o .libs/snippetsconfig.o .libs/snippetsimages.o .libs/version.o   -Wl,-force_load,../../../../src/base/tinyxml/.libs/libtinyxml.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libcodesnippets.dylib  -Wl,-single_module
libtool: link: (cd .libs/libcodesnippets.lax/libtinyxml.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codesnippets/../../../../src/base/tinyxml/.libs/libtinyxml.a")
libtool: link: ar cr .libs/libcodesnippets.a  codesnippets.o codesnippetstreectrl.o codesnippetswindow.o settingsdlg.o settingsdlgform.o snippetitemdata.o snippetproperty.o snippetpropertyform.o snippetsconfig.o snippetsimages.o version.o  .libs/libcodesnippets.lax/libtinyxml.a/tinyxml.o .libs/libcodesnippets.lax/libtinyxml.a/tinyxmlerror.o .libs/libcodesnippets.lax/libtinyxml.a/tinyxmlparser.o 
libtool: link: ranlib .libs/libcodesnippets.a
libtool: link: rm -fr .libs/libcodesnippets.lax
libtool: link: ( cd ".libs" && rm -f "libcodesnippets.la" && ln -s "../libcodesnippets.la" "libcodesnippets.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codesnippets'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codesnippets'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in codestat
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codestat'
Making all in resources
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codestat/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codestat/resources/codestat.zip manifest.xml *.xrc > /dev/null
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codestat/resources'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codestat'
depbase=`echo codestatconfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT codestatconfig.lo -MD -MP -MF $depbase.Tpo -c -o codestatconfig.lo codestatconfig.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codestatconfig.lo -MD -MP -MF .deps/codestatconfig.Tpo -c codestatconfig.cpp  -fno-common -DPIC -o .libs/codestatconfig.o
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatconfig.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codestatconfig.lo -MD -MP -MF .deps/codestatconfig.Tpo -c codestatconfig.cpp -o codestatconfig.o >/dev/null 2>&1
depbase=`echo codestat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT codestat.lo -MD -MP -MF $depbase.Tpo -c -o codestat.lo codestat.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codestat.lo -MD -MP -MF .deps/codestat.Tpo -c codestat.cpp  -fno-common -DPIC -o .libs/codestat.o
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestat.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codestat.lo -MD -MP -MF .deps/codestat.Tpo -c codestat.cpp -o codestat.o >/dev/null 2>&1
depbase=`echo codestatexec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT codestatexec.lo -MD -MP -MF $depbase.Tpo -c -o codestatexec.lo codestatexec.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codestatexec.lo -MD -MP -MF .deps/codestatexec.Tpo -c codestatexec.cpp  -fno-common -DPIC -o .libs/codestatexec.o
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from codestatexec.cpp:11:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT codestatexec.lo -MD -MP -MF .deps/codestatexec.Tpo -c codestatexec.cpp -o codestatexec.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libcodestat.la -rpath /opt/pkg/lib/codeblocks/plugins codestatconfig.lo codestat.lo codestatexec.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libcodestat.dylib  .libs/codestatconfig.o .libs/codestat.o .libs/codestatexec.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libcodestat.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libcodestat.a  codestatconfig.o codestat.o codestatexec.o
libtool: link: ranlib .libs/libcodestat.a
libtool: link: ( cd ".libs" && rm -f "libcodestat.la" && ln -s "../libcodestat.la" "libcodestat.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codestat'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/codestat'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in dragscroll
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/dragscroll'
depbase=`echo dragscroll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT dragscroll.lo -MD -MP -MF $depbase.Tpo -c -o dragscroll.lo dragscroll.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT dragscroll.lo -MD -MP -MF .deps/dragscroll.Tpo -c dragscroll.cpp  -fno-common -DPIC -o .libs/dragscroll.o
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dragscroll.cpp:14:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from dragscroll.cpp:28:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from dragscroll.cpp:28:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT dragscroll.lo -MD -MP -MF .deps/dragscroll.Tpo -c dragscroll.cpp -o dragscroll.o >/dev/null 2>&1
depbase=`echo dragscrollcfg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT dragscrollcfg.lo -MD -MP -MF $depbase.Tpo -c -o dragscrollcfg.lo dragscrollcfg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT dragscrollcfg.lo -MD -MP -MF .deps/dragscrollcfg.Tpo -c dragscrollcfg.cpp  -fno-common -DPIC -o .libs/dragscrollcfg.o
In file included from dragscrollcfg.cpp:1:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscrollcfg.cpp:1:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscrollcfg.cpp:1:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscrollcfg.cpp:1:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscrollcfg.cpp:1:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscrollcfg.cpp:2:
In file included from ./dragscrollcfg.h:7:
In file included from ./dragscroll.h:25:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dragscrollcfg.cpp:2:
In file included from ./dragscrollcfg.h:7:
In file included from ./dragscroll.h:25:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
7 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT dragscrollcfg.lo -MD -MP -MF .deps/dragscrollcfg.Tpo -c dragscrollcfg.cpp -o dragscrollcfg.o >/dev/null 2>&1
depbase=`echo dragscrollevent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT dragscrollevent.lo -MD -MP -MF $depbase.Tpo -c -o dragscrollevent.lo dragscrollevent.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT dragscrollevent.lo -MD -MP -MF .deps/dragscrollevent.Tpo -c dragscrollevent.cpp  -fno-common -DPIC -o .libs/dragscrollevent.o
In file included from dragscrollevent.cpp:16:
In file included from ./dragscroll.h:25:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscrollevent.cpp:16:
In file included from ./dragscroll.h:25:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscrollevent.cpp:16:
In file included from ./dragscroll.h:25:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscrollevent.cpp:16:
In file included from ./dragscroll.h:25:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscrollevent.cpp:16:
In file included from ./dragscroll.h:25:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dragscrollevent.cpp:16:
In file included from ./dragscroll.h:25:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from dragscrollevent.cpp:16:
In file included from ./dragscroll.h:25:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
7 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/src -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT dragscrollevent.lo -MD -MP -MF .deps/dragscrollevent.Tpo -c dragscrollevent.cpp -o dragscrollevent.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libdragscroll.la -rpath /opt/pkg/lib/codeblocks/plugins dragscroll.lo dragscrollcfg.lo dragscrollevent.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libdragscroll.dylib  .libs/dragscroll.o .libs/dragscrollcfg.o .libs/dragscrollevent.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libdragscroll.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libdragscroll.a  dragscroll.o dragscrollcfg.o dragscrollevent.o
libtool: link: ranlib .libs/libdragscroll.a
libtool: link: ( cd ".libs" && rm -f "libdragscroll.la" && ln -s "../libdragscroll.la" "libdragscroll.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/dragscroll/dragscroll.zip manifest.xml > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/dragscroll'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in envvars
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/envvars'
depbase=`echo envvars.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT envvars.lo -MD -MP -MF $depbase.Tpo -c -o envvars.lo envvars.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT envvars.lo -MD -MP -MF .deps/envvars.Tpo -c envvars.cpp  -fno-common -DPIC -o .libs/envvars.o
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT envvars.lo -MD -MP -MF .deps/envvars.Tpo -c envvars.cpp -o envvars.o >/dev/null 2>&1
depbase=`echo envvars_cfgdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT envvars_cfgdlg.lo -MD -MP -MF $depbase.Tpo -c -o envvars_cfgdlg.lo envvars_cfgdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT envvars_cfgdlg.lo -MD -MP -MF .deps/envvars_cfgdlg.Tpo -c envvars_cfgdlg.cpp  -fno-common -DPIC -o .libs/envvars_cfgdlg.o
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_cfgdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_cfgdlg.cpp:29:
../../../../src/include/editpairdlg.h:34:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_cfgdlg.cpp:29:
../../../../src/include/editpairdlg.h:34:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT envvars_cfgdlg.lo -MD -MP -MF .deps/envvars_cfgdlg.Tpo -c envvars_cfgdlg.cpp -o envvars_cfgdlg.o >/dev/null 2>&1
depbase=`echo envvars_common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT envvars_common.lo -MD -MP -MF $depbase.Tpo -c -o envvars_common.lo envvars_common.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT envvars_common.lo -MD -MP -MF .deps/envvars_common.Tpo -c envvars_common.cpp  -fno-common -DPIC -o .libs/envvars_common.o
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_common.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
envvars_common.cpp:89:22: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
  va_start(arg_list, msg);
                     ^
envvars_common.cpp:74:49: note: parameter of type 'const wxString &' is declared here
void nsEnvVars::EnvVarsDebugLog(const wxString &msg, ...)
                                                ^
36 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT envvars_common.lo -MD -MP -MF .deps/envvars_common.Tpo -c envvars_common.cpp -o envvars_common.o >/dev/null 2>&1
depbase=`echo envvars_prjoptdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT envvars_prjoptdlg.lo -MD -MP -MF $depbase.Tpo -c -o envvars_prjoptdlg.lo envvars_prjoptdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT envvars_prjoptdlg.lo -MD -MP -MF .deps/envvars_prjoptdlg.Tpo -c envvars_prjoptdlg.cpp  -fno-common -DPIC -o .libs/envvars_prjoptdlg.o
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from envvars_prjoptdlg.cpp:12:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT envvars_prjoptdlg.lo -MD -MP -MF .deps/envvars_prjoptdlg.Tpo -c envvars_prjoptdlg.cpp -o envvars_prjoptdlg.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libenvvars.la -rpath /opt/pkg/lib/codeblocks/plugins envvars.lo envvars_cfgdlg.lo envvars_common.lo envvars_prjoptdlg.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  ../../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libenvvars.dylib  .libs/envvars.o .libs/envvars_cfgdlg.o .libs/envvars_common.o .libs/envvars_prjoptdlg.o   -Wl,-force_load,../../../../src/base/tinyxml/.libs/libtinyxml.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libenvvars.dylib  -Wl,-single_module
libtool: link: (cd .libs/libenvvars.lax/libtinyxml.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/envvars/../../../../src/base/tinyxml/.libs/libtinyxml.a")
libtool: link: ar cr .libs/libenvvars.a  envvars.o envvars_cfgdlg.o envvars_common.o envvars_prjoptdlg.o  .libs/libenvvars.lax/libtinyxml.a/tinyxml.o .libs/libenvvars.lax/libtinyxml.a/tinyxmlerror.o .libs/libenvvars.lax/libtinyxml.a/tinyxmlparser.o 
libtool: link: ranlib .libs/libenvvars.a
libtool: link: rm -fr .libs/libenvvars.lax
libtool: link: ( cd ".libs" && rm -f "libenvvars.la" && ln -s "../libenvvars.la" "libenvvars.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/envvars/envvars.zip manifest.xml *.xrc > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/envvars'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in help_plugin
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/help_plugin'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/help_plugin'
depbase=`echo help_common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT help_common.lo -MD -MP -MF $depbase.Tpo -c -o help_common.lo help_common.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT help_common.lo -MD -MP -MF .deps/help_common.Tpo -c help_common.cpp  -fno-common -DPIC -o .libs/help_common.o
In file included from help_common.cpp:15:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_common.cpp:15:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_common.cpp:15:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_common.cpp:15:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_common.cpp:15:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
5 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT help_common.lo -MD -MP -MF .deps/help_common.Tpo -c help_common.cpp -o help_common.o >/dev/null 2>&1
depbase=`echo HelpConfigDialog.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT HelpConfigDialog.lo -MD -MP -MF $depbase.Tpo -c -o HelpConfigDialog.lo HelpConfigDialog.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT HelpConfigDialog.lo -MD -MP -MF .deps/HelpConfigDialog.Tpo -c HelpConfigDialog.cpp  -fno-common -DPIC -o .libs/HelpConfigDialog.o
In file included from HelpConfigDialog.cpp:13:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from HelpConfigDialog.cpp:13:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from HelpConfigDialog.cpp:13:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from HelpConfigDialog.cpp:13:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from HelpConfigDialog.cpp:13:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from HelpConfigDialog.cpp:14:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from HelpConfigDialog.cpp:14:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from HelpConfigDialog.cpp:15:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from HelpConfigDialog.cpp:16:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from HelpConfigDialog.cpp:16:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from HelpConfigDialog.cpp:16:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from HelpConfigDialog.cpp:16:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from HelpConfigDialog.cpp:16:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from HelpConfigDialog.cpp:27:
In file included from ./help_plugin.h:5:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from HelpConfigDialog.cpp:27:
In file included from ./help_plugin.h:5:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
15 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT HelpConfigDialog.lo -MD -MP -MF .deps/HelpConfigDialog.Tpo -c HelpConfigDialog.cpp -o HelpConfigDialog.o >/dev/null 2>&1
depbase=`echo help_plugin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT help_plugin.lo -MD -MP -MF $depbase.Tpo -c -o help_plugin.lo help_plugin.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT help_plugin.lo -MD -MP -MF .deps/help_plugin.Tpo -c help_plugin.cpp  -fno-common -DPIC -o .libs/help_plugin.o
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from help_plugin.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from help_plugin.cpp:43:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from help_plugin.cpp:43:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT help_plugin.lo -MD -MP -MF .deps/help_plugin.Tpo -c help_plugin.cpp -o help_plugin.o >/dev/null 2>&1
depbase=`echo man2html.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT man2html.lo -MD -MP -MF $depbase.Tpo -c -o man2html.lo man2html.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT man2html.lo -MD -MP -MF .deps/man2html.Tpo -c man2html.cpp  -fno-common -DPIC -o .libs/man2html.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT man2html.lo -MD -MP -MF .deps/man2html.Tpo -c man2html.cpp -o man2html.o >/dev/null 2>&1
depbase=`echo MANFrame.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT MANFrame.lo -MD -MP -MF $depbase.Tpo -c -o MANFrame.lo MANFrame.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT MANFrame.lo -MD -MP -MF .deps/MANFrame.Tpo -c MANFrame.cpp  -fno-common -DPIC -o .libs/MANFrame.o
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from MANFrame.cpp:9:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/include/scripting/bindings -I../../../../src/include/scripting/sqplus -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT MANFrame.lo -MD -MP -MF .deps/MANFrame.Tpo -c MANFrame.cpp -o MANFrame.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libhelp_plugin.la -rpath /opt/pkg/lib/codeblocks/plugins help_common.lo HelpConfigDialog.lo help_plugin.lo man2html.lo MANFrame.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  ../../../../src/sdk/scripting/squirrel/libsquirrel.la ../../../../src/sdk/scripting/sqstdlib/libsqstdlib.la  -lbz2  -lz -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libhelp_plugin.dylib  .libs/help_common.o .libs/HelpConfigDialog.o .libs/help_plugin.o .libs/man2html.o .libs/MANFrame.o   -Wl,-force_load,../../../../src/sdk/scripting/squirrel/.libs/libsquirrel.a -Wl,-force_load,../../../../src/sdk/scripting/sqstdlib/.libs/libsqstdlib.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lbz2 /Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/libz.dylib -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libhelp_plugin.dylib  -Wl,-single_module
libtool: link: (cd .libs/libhelp_plugin.lax/libsquirrel.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/help_plugin/../../../../src/sdk/scripting/squirrel/.libs/libsquirrel.a")
libtool: link: (cd .libs/libhelp_plugin.lax/libsqstdlib.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/help_plugin/../../../../src/sdk/scripting/sqstdlib/.libs/libsqstdlib.a")
libtool: link: ar cr .libs/libhelp_plugin.a  help_common.o HelpConfigDialog.o help_plugin.o man2html.o MANFrame.o  .libs/libhelp_plugin.lax/libsquirrel.a/sqapi.o .libs/libhelp_plugin.lax/libsquirrel.a/sqbaselib.o .libs/libhelp_plugin.lax/libsquirrel.a/sqclass.o .libs/libhelp_plugin.lax/libsquirrel.a/sqcompiler.o .libs/libhelp_plugin.lax/libsquirrel.a/sqdebug.o .libs/libhelp_plugin.lax/libsquirrel.a/sqfuncstate.o .libs/libhelp_plugin.lax/libsquirrel.a/sqlexer.o .libs/libhelp_plugin.lax/libsquirrel.a/sqmem.o .libs/libhelp_plugin.lax/libsquirrel.a/sqobject.o .libs/libhelp_plugin.lax/libsquirrel.a/sqstate.o .libs/libhelp_plugin.lax/libsquirrel.a/sqtable.o .libs/libhelp_plugin.lax/libsquirrel.a/sqvm.o  .libs/libhelp_plugin.lax/libsqstdlib.a/sqstdaux.o .libs/libhelp_plugin.lax/libsqstdlib.a/sqstdblob.o .libs/libhelp_plugin.lax/libsqstdlib.a/sqstdio.o .libs/libhelp_plugin.lax/libsqstdlib.a/sqstdmath.o .libs/libhelp_plugin.lax/libsqstdlib.a/sqstdrex.o .libs/libhelp_plugin.lax/libsqstdlib.a/sqstdstream.o .libs/libhelp_plugin.lax/libsqstdlib.a/sqstdstring.o .libs/libhelp_plugin.lax/libsqstdlib.a/sqstdsystem.o 
libtool: link: ranlib .libs/libhelp_plugin.a
libtool: link: rm -fr .libs/libhelp_plugin.lax
libtool: link: ( cd ".libs" && rm -f "libhelp_plugin.la" && ln -s "../libhelp_plugin.la" "libhelp_plugin.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/help_plugin/help_plugin.zip help_plugin.xrc manifest.xml images/16x16/zoomin.png images/16x16/zoomout.png images/20x20/zoomin.png images/20x20/zoomout.png images/24x24/zoomin.png images/24x24/zoomout.png images/28x28/zoomin.png images/28x28/zoomout.png images/32x32/zoomin.png images/32x32/zoomout.png images/40x40/zoomin.png images/40x40/zoomout.png images/48x48/zoomin.png images/48x48/zoomout.png images/56x56/zoomin.png images/56x56/zoomout.png images/64x64/zoomin.png images/64x64/zoomout.png > /dev/null
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/help_plugin'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/help_plugin'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in keybinder
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/keybinder'
depbase=`echo cbkeybinder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbkeybinder.lo -MD -MP -MF $depbase.Tpo -c -o cbkeybinder.lo cbkeybinder.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbkeybinder.lo -MD -MP -MF .deps/cbkeybinder.Tpo -c cbkeybinder.cpp  -fno-common -DPIC -o .libs/cbkeybinder.o
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeybinder.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbkeybinder.lo -MD -MP -MF .deps/cbkeybinder.Tpo -c cbkeybinder.cpp -o cbkeybinder.o >/dev/null 2>&1
depbase=`echo cbkeyConfigPanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbkeyConfigPanel.lo -MD -MP -MF $depbase.Tpo -c -o cbkeyConfigPanel.lo cbkeyConfigPanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbkeyConfigPanel.lo -MD -MP -MF .deps/cbkeyConfigPanel.Tpo -c cbkeyConfigPanel.cpp  -fno-common -DPIC -o .libs/cbkeyConfigPanel.o
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbkeyConfigPanel.cpp:21:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
cbkeyConfigPanel.cpp:288:19: warning: switch condition has boolean value [-Wswitch-bool]
        if (pCmd) switch(true) //now have a matching wxCmd array entry
                  ^      ~~~~
36 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbkeyConfigPanel.lo -MD -MP -MF .deps/cbkeyConfigPanel.Tpo -c cbkeyConfigPanel.cpp -o cbkeyConfigPanel.o >/dev/null 2>&1
depbase=`echo cJSON.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cJSON.lo -MD -MP -MF $depbase.Tpo -c -o cJSON.lo cJSON.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cJSON.lo -MD -MP -MF .deps/cJSON.Tpo -c cJSON.cpp  -fno-common -DPIC -o .libs/cJSON.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cJSON.lo -MD -MP -MF .deps/cJSON.Tpo -c cJSON.cpp -o cJSON.o >/dev/null 2>&1
depbase=`echo clKeyboardBindingConfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT clKeyboardBindingConfig.lo -MD -MP -MF $depbase.Tpo -c -o clKeyboardBindingConfig.lo clKeyboardBindingConfig.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT clKeyboardBindingConfig.lo -MD -MP -MF .deps/clKeyboardBindingConfig.Tpo -c clKeyboardBindingConfig.cpp  -fno-common -DPIC -o .libs/clKeyboardBindingConfig.o
In file included from clKeyboardBindingConfig.cpp:20:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from clKeyboardBindingConfig.cpp:20:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from clKeyboardBindingConfig.cpp:20:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from clKeyboardBindingConfig.cpp:20:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from clKeyboardBindingConfig.cpp:20:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
5 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT clKeyboardBindingConfig.lo -MD -MP -MF .deps/clKeyboardBindingConfig.Tpo -c clKeyboardBindingConfig.cpp -o clKeyboardBindingConfig.o >/dev/null 2>&1
depbase=`echo clKeyboardManager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT clKeyboardManager.lo -MD -MP -MF $depbase.Tpo -c -o clKeyboardManager.lo clKeyboardManager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT clKeyboardManager.lo -MD -MP -MF .deps/clKeyboardManager.Tpo -c clKeyboardManager.cpp  -fno-common -DPIC -o .libs/clKeyboardManager.o
In file included from clKeyboardManager.cpp:27:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from clKeyboardManager.cpp:27:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from clKeyboardManager.cpp:27:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from clKeyboardManager.cpp:27:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from clKeyboardManager.cpp:27:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from clKeyboardManager.cpp:29:
../../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from clKeyboardManager.cpp:29:
../../../../src/include/annoyingdialog.h:67:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/dialog.h:275:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
7 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT clKeyboardManager.lo -MD -MP -MF .deps/clKeyboardManager.Tpo -c clKeyboardManager.cpp -o clKeyboardManager.o >/dev/null 2>&1
depbase=`echo configurationpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT configurationpanel.lo -MD -MP -MF $depbase.Tpo -c -o configurationpanel.lo configurationpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT configurationpanel.lo -MD -MP -MF .deps/configurationpanel.Tpo -c configurationpanel.cpp  -fno-common -DPIC -o .libs/configurationpanel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT configurationpanel.lo -MD -MP -MF .deps/configurationpanel.Tpo -c configurationpanel.cpp -o configurationpanel.o >/dev/null 2>&1
depbase=`echo json_node.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT json_node.lo -MD -MP -MF $depbase.Tpo -c -o json_node.lo json_node.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT json_node.lo -MD -MP -MF .deps/json_node.Tpo -c json_node.cpp  -fno-common -DPIC -o .libs/json_node.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT json_node.lo -MD -MP -MF .deps/json_node.Tpo -c json_node.cpp -o json_node.o >/dev/null 2>&1
depbase=`echo keybinder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT keybinder.lo -MD -MP -MF $depbase.Tpo -c -o keybinder.lo keybinder.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT keybinder.lo -MD -MP -MF .deps/keybinder.Tpo -c keybinder.cpp  -fno-common -DPIC -o .libs/keybinder.o
In file included from keybinder.cpp:45:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from keybinder.cpp:45:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from keybinder.cpp:45:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from keybinder.cpp:45:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from keybinder.cpp:45:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from keybinder.cpp:46:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
keybinder.cpp:1224:5: warning: switch condition has boolean value [-Wswitch-bool]
    switch(true)
    ^      ~~~~
7 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT keybinder.lo -MD -MP -MF .deps/keybinder.Tpo -c keybinder.cpp -o keybinder.o >/dev/null 2>&1
depbase=`echo menuutils.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT menuutils.lo -MD -MP -MF $depbase.Tpo -c -o menuutils.lo menuutils.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT menuutils.lo -MD -MP -MF .deps/menuutils.Tpo -c menuutils.cpp  -fno-common -DPIC -o .libs/menuutils.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT menuutils.lo -MD -MP -MF .deps/menuutils.Tpo -c menuutils.cpp -o menuutils.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libkeybinder.la -rpath /opt/pkg/lib/codeblocks/plugins cbkeybinder.lo cbkeyConfigPanel.lo cJSON.lo clKeyboardBindingConfig.lo clKeyboardManager.lo configurationpanel.lo json_node.lo keybinder.lo menuutils.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libkeybinder.dylib  .libs/cbkeybinder.o .libs/cbkeyConfigPanel.o .libs/cJSON.o .libs/clKeyboardBindingConfig.o .libs/clKeyboardManager.o .libs/configurationpanel.o .libs/json_node.o .libs/keybinder.o .libs/menuutils.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libkeybinder.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libkeybinder.a  cbkeybinder.o cbkeyConfigPanel.o cJSON.o clKeyboardBindingConfig.o clKeyboardManager.o configurationpanel.o json_node.o keybinder.o menuutils.o
libtool: link: ranlib .libs/libkeybinder.a
libtool: link: ( cd ".libs" && rm -f "libkeybinder.la" && ln -s "../libkeybinder.la" "libkeybinder.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/keybinder/keybinder.zip manifest.xml > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/keybinder'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in wxContribItems
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems'
Making all in wxchart
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxchart'
depbase=`echo src/axis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/axis.lo -MD -MP -MF $depbase.Tpo -c -o src/axis.lo src/axis.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/axis.lo -MD -MP -MF src/.deps/axis.Tpo -c src/axis.cpp  -fno-common -DPIC -o src/.libs/axis.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/axis.lo -MD -MP -MF src/.deps/axis.Tpo -c src/axis.cpp -o src/axis.o >/dev/null 2>&1
depbase=`echo src/barchartpoints.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/barchartpoints.lo -MD -MP -MF $depbase.Tpo -c -o src/barchartpoints.lo src/barchartpoints.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/barchartpoints.lo -MD -MP -MF src/.deps/barchartpoints.Tpo -c src/barchartpoints.cpp  -fno-common -DPIC -o src/.libs/barchartpoints.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/barchartpoints.lo -MD -MP -MF src/.deps/barchartpoints.Tpo -c src/barchartpoints.cpp -o src/barchartpoints.o >/dev/null 2>&1
depbase=`echo src/chart.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/chart.lo -MD -MP -MF $depbase.Tpo -c -o src/chart.lo src/chart.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/chart.lo -MD -MP -MF src/.deps/chart.Tpo -c src/chart.cpp  -fno-common -DPIC -o src/.libs/chart.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/chart.lo -MD -MP -MF src/.deps/chart.Tpo -c src/chart.cpp -o src/chart.o >/dev/null 2>&1
depbase=`echo src/chartwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/chartwindow.lo -MD -MP -MF $depbase.Tpo -c -o src/chartwindow.lo src/chartwindow.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/chartwindow.lo -MD -MP -MF src/.deps/chartwindow.Tpo -c src/chartwindow.cpp  -fno-common -DPIC -o src/.libs/chartwindow.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/chartwindow.lo -MD -MP -MF src/.deps/chartwindow.Tpo -c src/chartwindow.cpp -o src/chartwindow.o >/dev/null 2>&1
depbase=`echo src/legend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/legend.lo -MD -MP -MF $depbase.Tpo -c -o src/legend.lo src/legend.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/legend.lo -MD -MP -MF src/.deps/legend.Tpo -c src/legend.cpp  -fno-common -DPIC -o src/.libs/legend.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/legend.lo -MD -MP -MF src/.deps/legend.Tpo -c src/legend.cpp -o src/legend.o >/dev/null 2>&1
depbase=`echo src/pie3dchartpoints.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pie3dchartpoints.lo -MD -MP -MF $depbase.Tpo -c -o src/pie3dchartpoints.lo src/pie3dchartpoints.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pie3dchartpoints.lo -MD -MP -MF src/.deps/pie3dchartpoints.Tpo -c src/pie3dchartpoints.cpp  -fno-common -DPIC -o src/.libs/pie3dchartpoints.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pie3dchartpoints.lo -MD -MP -MF src/.deps/pie3dchartpoints.Tpo -c src/pie3dchartpoints.cpp -o src/pie3dchartpoints.o >/dev/null 2>&1
depbase=`echo src/points.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/points.lo -MD -MP -MF $depbase.Tpo -c -o src/points.lo src/points.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/points.lo -MD -MP -MF src/.deps/points.Tpo -c src/points.cpp  -fno-common -DPIC -o src/.libs/points.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/points.lo -MD -MP -MF src/.deps/points.Tpo -c src/points.cpp -o src/points.o >/dev/null 2>&1
depbase=`echo src/xaxiswindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/xaxiswindow.lo -MD -MP -MF $depbase.Tpo -c -o src/xaxiswindow.lo src/xaxiswindow.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/xaxiswindow.lo -MD -MP -MF src/.deps/xaxiswindow.Tpo -c src/xaxiswindow.cpp  -fno-common -DPIC -o src/.libs/xaxiswindow.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/xaxiswindow.lo -MD -MP -MF src/.deps/xaxiswindow.Tpo -c src/xaxiswindow.cpp -o src/xaxiswindow.o >/dev/null 2>&1
depbase=`echo src/yaxiswindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/yaxiswindow.lo -MD -MP -MF $depbase.Tpo -c -o src/yaxiswindow.lo src/yaxiswindow.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/yaxiswindow.lo -MD -MP -MF src/.deps/yaxiswindow.Tpo -c src/yaxiswindow.cpp  -fno-common -DPIC -o src/.libs/yaxiswindow.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/yaxiswindow.lo -MD -MP -MF src/.deps/yaxiswindow.Tpo -c src/yaxiswindow.cpp -o src/yaxiswindow.o >/dev/null 2>&1
depbase=`echo src/bar3dchartpoints.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/bar3dchartpoints.lo -MD -MP -MF $depbase.Tpo -c -o src/bar3dchartpoints.lo src/bar3dchartpoints.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/bar3dchartpoints.lo -MD -MP -MF src/.deps/bar3dchartpoints.Tpo -c src/bar3dchartpoints.cpp  -fno-common -DPIC -o src/.libs/bar3dchartpoints.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/bar3dchartpoints.lo -MD -MP -MF src/.deps/bar3dchartpoints.Tpo -c src/bar3dchartpoints.cpp -o src/bar3dchartpoints.o >/dev/null 2>&1
depbase=`echo src/chartcolors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/chartcolors.lo -MD -MP -MF $depbase.Tpo -c -o src/chartcolors.lo src/chartcolors.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/chartcolors.lo -MD -MP -MF src/.deps/chartcolors.Tpo -c src/chartcolors.cpp  -fno-common -DPIC -o src/.libs/chartcolors.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/chartcolors.lo -MD -MP -MF src/.deps/chartcolors.Tpo -c src/chartcolors.cpp -o src/chartcolors.o >/dev/null 2>&1
depbase=`echo src/chartctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/chartctrl.lo -MD -MP -MF $depbase.Tpo -c -o src/chartctrl.lo src/chartctrl.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/chartctrl.lo -MD -MP -MF src/.deps/chartctrl.Tpo -c src/chartctrl.cpp  -fno-common -DPIC -o src/.libs/chartctrl.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/chartctrl.lo -MD -MP -MF src/.deps/chartctrl.Tpo -c src/chartctrl.cpp -o src/chartctrl.o >/dev/null 2>&1
depbase=`echo src/chartsizes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/chartsizes.lo -MD -MP -MF $depbase.Tpo -c -o src/chartsizes.lo src/chartsizes.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/chartsizes.lo -MD -MP -MF src/.deps/chartsizes.Tpo -c src/chartsizes.cpp  -fno-common -DPIC -o src/.libs/chartsizes.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/chartsizes.lo -MD -MP -MF src/.deps/chartsizes.Tpo -c src/chartsizes.cpp -o src/chartsizes.o >/dev/null 2>&1
depbase=`echo src/label.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/label.lo -MD -MP -MF $depbase.Tpo -c -o src/label.lo src/label.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/label.lo -MD -MP -MF src/.deps/label.Tpo -c src/label.cpp  -fno-common -DPIC -o src/.libs/label.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/label.lo -MD -MP -MF src/.deps/label.Tpo -c src/label.cpp -o src/label.o >/dev/null 2>&1
depbase=`echo src/legendwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/legendwindow.lo -MD -MP -MF $depbase.Tpo -c -o src/legendwindow.lo src/legendwindow.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/legendwindow.lo -MD -MP -MF src/.deps/legendwindow.Tpo -c src/legendwindow.cpp  -fno-common -DPIC -o src/.libs/legendwindow.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/legendwindow.lo -MD -MP -MF src/.deps/legendwindow.Tpo -c src/legendwindow.cpp -o src/legendwindow.o >/dev/null 2>&1
depbase=`echo src/piechartpoints.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/piechartpoints.lo -MD -MP -MF $depbase.Tpo -c -o src/piechartpoints.lo src/piechartpoints.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/piechartpoints.lo -MD -MP -MF src/.deps/piechartpoints.Tpo -c src/piechartpoints.cpp  -fno-common -DPIC -o src/.libs/piechartpoints.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/piechartpoints.lo -MD -MP -MF src/.deps/piechartpoints.Tpo -c src/piechartpoints.cpp -o src/piechartpoints.o >/dev/null 2>&1
depbase=`echo src/xaxis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/xaxis.lo -MD -MP -MF $depbase.Tpo -c -o src/xaxis.lo src/xaxis.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/xaxis.lo -MD -MP -MF src/.deps/xaxis.Tpo -c src/xaxis.cpp  -fno-common -DPIC -o src/.libs/xaxis.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/xaxis.lo -MD -MP -MF src/.deps/xaxis.Tpo -c src/xaxis.cpp -o src/xaxis.o >/dev/null 2>&1
depbase=`echo src/yaxis.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/yaxis.lo -MD -MP -MF $depbase.Tpo -c -o src/yaxis.lo src/yaxis.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/yaxis.lo -MD -MP -MF src/.deps/yaxis.Tpo -c src/yaxis.cpp  -fno-common -DPIC -o src/.libs/yaxis.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/yaxis.lo -MD -MP -MF src/.deps/yaxis.Tpo -c src/yaxis.cpp -o src/yaxis.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -version-info 0:1:0 -L/opt/pkg/lib -o libwxchartctrl.la -rpath /opt/pkg/lib/codeblocks/wxContribItems ./src/axis.lo ./src/barchartpoints.lo ./src/chart.lo ./src/chartwindow.lo ./src/legend.lo ./src/pie3dchartpoints.lo ./src/points.lo ./src/xaxiswindow.lo ./src/yaxiswindow.lo ./src/bar3dchartpoints.lo ./src/chartcolors.lo ./src/chartctrl.lo ./src/chartsizes.lo ./src/label.lo ./src/legendwindow.lo ./src/piechartpoints.lo ./src/xaxis.lo ./src/yaxis.lo -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwxchartctrl.0.dylib  ./src/.libs/axis.o ./src/.libs/barchartpoints.o ./src/.libs/chart.o ./src/.libs/chartwindow.o ./src/.libs/legend.o ./src/.libs/pie3dchartpoints.o ./src/.libs/points.o ./src/.libs/xaxiswindow.o ./src/.libs/yaxiswindow.o ./src/.libs/bar3dchartpoints.o ./src/.libs/chartcolors.o ./src/.libs/chartctrl.o ./src/.libs/chartsizes.o ./src/.libs/label.o ./src/.libs/legendwindow.o ./src/.libs/piechartpoints.o ./src/.libs/xaxis.o ./src/.libs/yaxis.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/wxContribItems/libwxchartctrl.0.dylib -compatibility_version 1 -current_version 1.1 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libwxchartctrl.dylib" && ln -s "libwxchartctrl.0.dylib" "libwxchartctrl.dylib")
libtool: link: ar cr .libs/libwxchartctrl.a  ./src/axis.o ./src/barchartpoints.o ./src/chart.o ./src/chartwindow.o ./src/legend.o ./src/pie3dchartpoints.o ./src/points.o ./src/xaxiswindow.o ./src/yaxiswindow.o ./src/bar3dchartpoints.o ./src/chartcolors.o ./src/chartctrl.o ./src/chartsizes.o ./src/label.o ./src/legendwindow.o ./src/piechartpoints.o ./src/xaxis.o ./src/yaxis.o
/System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libwxchartctrl.a(chartsizes.o) has no symbols
libtool: link: ranlib .libs/libwxchartctrl.a
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libwxchartctrl.a(chartsizes.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libwxchartctrl.la" && ln -s "../libwxchartctrl.la" "libwxchartctrl.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxchart'
Making all in wxFlatNotebook
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxFlatNotebook'
depbase=`echo src/wxFlatNotebook/fnb_customize_dlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/fnb_customize_dlg.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/fnb_customize_dlg.lo src/wxFlatNotebook/fnb_customize_dlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/fnb_customize_dlg.lo -MD -MP -MF src/wxFlatNotebook/.deps/fnb_customize_dlg.Tpo -c src/wxFlatNotebook/fnb_customize_dlg.cpp  -fno-common -DPIC -o src/wxFlatNotebook/.libs/fnb_customize_dlg.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/fnb_customize_dlg.lo -MD -MP -MF src/wxFlatNotebook/.deps/fnb_customize_dlg.Tpo -c src/wxFlatNotebook/fnb_customize_dlg.cpp -o src/wxFlatNotebook/fnb_customize_dlg.o >/dev/null 2>&1
depbase=`echo src/wxFlatNotebook/fnb_resources.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/fnb_resources.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/fnb_resources.lo src/wxFlatNotebook/fnb_resources.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/fnb_resources.lo -MD -MP -MF src/wxFlatNotebook/.deps/fnb_resources.Tpo -c src/wxFlatNotebook/fnb_resources.cpp  -fno-common -DPIC -o src/wxFlatNotebook/.libs/fnb_resources.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/fnb_resources.lo -MD -MP -MF src/wxFlatNotebook/.deps/fnb_resources.Tpo -c src/wxFlatNotebook/fnb_resources.cpp -o src/wxFlatNotebook/fnb_resources.o >/dev/null 2>&1
depbase=`echo src/wxFlatNotebook/popup_dlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/popup_dlg.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/popup_dlg.lo src/wxFlatNotebook/popup_dlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/popup_dlg.lo -MD -MP -MF src/wxFlatNotebook/.deps/popup_dlg.Tpo -c src/wxFlatNotebook/popup_dlg.cpp  -fno-common -DPIC -o src/wxFlatNotebook/.libs/popup_dlg.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/popup_dlg.lo -MD -MP -MF src/wxFlatNotebook/.deps/popup_dlg.Tpo -c src/wxFlatNotebook/popup_dlg.cpp -o src/wxFlatNotebook/popup_dlg.o >/dev/null 2>&1
depbase=`echo src/wxFlatNotebook/renderer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/renderer.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/renderer.lo src/wxFlatNotebook/renderer.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/renderer.lo -MD -MP -MF src/wxFlatNotebook/.deps/renderer.Tpo -c src/wxFlatNotebook/renderer.cpp  -fno-common -DPIC -o src/wxFlatNotebook/.libs/renderer.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/renderer.lo -MD -MP -MF src/wxFlatNotebook/.deps/renderer.Tpo -c src/wxFlatNotebook/renderer.cpp -o src/wxFlatNotebook/renderer.o >/dev/null 2>&1
depbase=`echo src/wxFlatNotebook/wxFlatNotebook.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/wxFlatNotebook.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/wxFlatNotebook.lo src/wxFlatNotebook/wxFlatNotebook.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/wxFlatNotebook.lo -MD -MP -MF src/wxFlatNotebook/.deps/wxFlatNotebook.Tpo -c src/wxFlatNotebook/wxFlatNotebook.cpp  -fno-common -DPIC -o src/wxFlatNotebook/.libs/wxFlatNotebook.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/wxFlatNotebook.lo -MD -MP -MF src/wxFlatNotebook/.deps/wxFlatNotebook.Tpo -c src/wxFlatNotebook/wxFlatNotebook.cpp -o src/wxFlatNotebook/wxFlatNotebook.o >/dev/null 2>&1
depbase=`echo src/wxFlatNotebook/xh_fnb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/xh_fnb.lo -MD -MP -MF $depbase.Tpo -c -o src/wxFlatNotebook/xh_fnb.lo src/wxFlatNotebook/xh_fnb.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/xh_fnb.lo -MD -MP -MF src/wxFlatNotebook/.deps/xh_fnb.Tpo -c src/wxFlatNotebook/xh_fnb.cpp  -fno-common -DPIC -o src/wxFlatNotebook/.libs/xh_fnb.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxFlatNotebook/xh_fnb.lo -MD -MP -MF src/wxFlatNotebook/.deps/xh_fnb.Tpo -c src/wxFlatNotebook/xh_fnb.cpp -o src/wxFlatNotebook/xh_fnb.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -version-info 0:1:0 -L/opt/pkg/lib -o libwxflatnotebook.la -rpath /opt/pkg/lib/codeblocks/wxContribItems ./src/wxFlatNotebook/fnb_customize_dlg.lo ./src/wxFlatNotebook/fnb_resources.lo ./src/wxFlatNotebook/popup_dlg.lo ./src/wxFlatNotebook/renderer.lo ./src/wxFlatNotebook/wxFlatNotebook.lo ./src/wxFlatNotebook/xh_fnb.lo -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwxflatnotebook.0.dylib  ./src/wxFlatNotebook/.libs/fnb_customize_dlg.o ./src/wxFlatNotebook/.libs/fnb_resources.o ./src/wxFlatNotebook/.libs/popup_dlg.o ./src/wxFlatNotebook/.libs/renderer.o ./src/wxFlatNotebook/.libs/wxFlatNotebook.o ./src/wxFlatNotebook/.libs/xh_fnb.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/wxContribItems/libwxflatnotebook.0.dylib -compatibility_version 1 -current_version 1.1 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libwxflatnotebook.dylib" && ln -s "libwxflatnotebook.0.dylib" "libwxflatnotebook.dylib")
libtool: link: ar cr .libs/libwxflatnotebook.a  ./src/wxFlatNotebook/fnb_customize_dlg.o ./src/wxFlatNotebook/fnb_resources.o ./src/wxFlatNotebook/popup_dlg.o ./src/wxFlatNotebook/renderer.o ./src/wxFlatNotebook/wxFlatNotebook.o ./src/wxFlatNotebook/xh_fnb.o
libtool: link: ranlib .libs/libwxflatnotebook.a
libtool: link: ( cd ".libs" && rm -f "libwxflatnotebook.la" && ln -s "../libwxflatnotebook.la" "libwxflatnotebook.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxFlatNotebook'
Making all in wxthings
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxthings'
depbase=`echo src/toggle.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/toggle.lo -MD -MP -MF $depbase.Tpo -c -o src/toggle.lo src/toggle.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/toggle.lo -MD -MP -MF src/.deps/toggle.Tpo -c src/toggle.cpp  -fno-common -DPIC -o src/.libs/toggle.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/toggle.lo -MD -MP -MF src/.deps/toggle.Tpo -c src/toggle.cpp -o src/toggle.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -version-info 0:1:0 -L/opt/pkg/lib -o libwxcustombutton.la -rpath /opt/pkg/lib/codeblocks/wxContribItems ./src/toggle.lo -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwxcustombutton.0.dylib  ./src/.libs/toggle.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/wxContribItems/libwxcustombutton.0.dylib -compatibility_version 1 -current_version 1.1 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libwxcustombutton.dylib" && ln -s "libwxcustombutton.0.dylib" "libwxcustombutton.dylib")
libtool: link: ar cr .libs/libwxcustombutton.a  ./src/toggle.o
libtool: link: ranlib .libs/libwxcustombutton.a
libtool: link: ( cd ".libs" && rm -f "libwxcustombutton.la" && ln -s "../libwxcustombutton.la" "libwxcustombutton.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxthings'
Making all in wxImagePanel
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxImagePanel'
depbase=`echo src/wxImagePanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wxImagePanel.lo -MD -MP -MF $depbase.Tpo -c -o src/wxImagePanel.lo src/wxImagePanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxImagePanel.lo -MD -MP -MF src/.deps/wxImagePanel.Tpo -c src/wxImagePanel.cpp  -fno-common -DPIC -o src/.libs/wxImagePanel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wxImagePanel.lo -MD -MP -MF src/.deps/wxImagePanel.Tpo -c src/wxImagePanel.cpp -o src/wxImagePanel.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -version-info 0:1:0 -L/opt/pkg/lib -o libwximagepanel.la -rpath /opt/pkg/lib/codeblocks/wxContribItems ./src/wxImagePanel.lo -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwximagepanel.0.dylib  ./src/.libs/wxImagePanel.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/wxContribItems/libwximagepanel.0.dylib -compatibility_version 1 -current_version 1.1 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libwximagepanel.dylib" && ln -s "libwximagepanel.0.dylib" "libwximagepanel.dylib")
libtool: link: ar cr .libs/libwximagepanel.a  ./src/wxImagePanel.o
libtool: link: ranlib .libs/libwximagepanel.a
libtool: link: ( cd ".libs" && rm -f "libwximagepanel.la" && ln -s "../libwximagepanel.la" "libwximagepanel.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxImagePanel'
Making all in wxSpeedButton
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxSpeedButton'
depbase=`echo wxSpeedButton.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT wxSpeedButton.lo -MD -MP -MF $depbase.Tpo -c -o wxSpeedButton.lo wxSpeedButton.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT wxSpeedButton.lo -MD -MP -MF .deps/wxSpeedButton.Tpo -c wxSpeedButton.cpp  -fno-common -DPIC -o .libs/wxSpeedButton.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT wxSpeedButton.lo -MD -MP -MF .deps/wxSpeedButton.Tpo -c wxSpeedButton.cpp -o wxSpeedButton.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -version-info 0:1:0 -L/opt/pkg/lib -o libwxspeedbutton.la -rpath /opt/pkg/lib/codeblocks/wxContribItems ./wxSpeedButton.lo -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwxspeedbutton.0.dylib  ./.libs/wxSpeedButton.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/wxContribItems/libwxspeedbutton.0.dylib -compatibility_version 1 -current_version 1.1 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libwxspeedbutton.dylib" && ln -s "libwxspeedbutton.0.dylib" "libwxspeedbutton.dylib")
libtool: link: ar cr .libs/libwxspeedbutton.a  ./wxSpeedButton.o
libtool: link: ranlib .libs/libwxspeedbutton.a
libtool: link: ( cd ".libs" && rm -f "libwxspeedbutton.la" && ln -s "../libwxspeedbutton.la" "libwxspeedbutton.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxSpeedButton'
Making all in KWIC
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC'
Making all in include/wx/KWIC
gmake[6]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
gmake[6]: Nothing to be done for 'all'.
gmake[6]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC/include/wx/KWIC'
Making all in include/wx/xrc
gmake[6]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
gmake[6]: Nothing to be done for 'all'.
gmake[6]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC/include/wx/xrc'
gmake[6]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC'
depbase=`echo src/wx/KWIC/AngularMeter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/AngularMeter.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/AngularMeter.lo src/wx/KWIC/AngularMeter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/AngularMeter.lo -MD -MP -MF src/wx/KWIC/.deps/AngularMeter.Tpo -c src/wx/KWIC/AngularMeter.cpp  -fno-common -DPIC -o src/wx/KWIC/.libs/AngularMeter.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/AngularMeter.lo -MD -MP -MF src/wx/KWIC/.deps/AngularMeter.Tpo -c src/wx/KWIC/AngularMeter.cpp -o src/wx/KWIC/AngularMeter.o >/dev/null 2>&1
depbase=`echo src/wx/KWIC/AngularRegulator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/AngularRegulator.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/AngularRegulator.lo src/wx/KWIC/AngularRegulator.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/AngularRegulator.lo -MD -MP -MF src/wx/KWIC/.deps/AngularRegulator.Tpo -c src/wx/KWIC/AngularRegulator.cpp  -fno-common -DPIC -o src/wx/KWIC/.libs/AngularRegulator.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/AngularRegulator.lo -MD -MP -MF src/wx/KWIC/.deps/AngularRegulator.Tpo -c src/wx/KWIC/AngularRegulator.cpp -o src/wx/KWIC/AngularRegulator.o >/dev/null 2>&1
depbase=`echo src/wx/KWIC/BmpCheckBox.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/BmpCheckBox.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/BmpCheckBox.lo src/wx/KWIC/BmpCheckBox.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/BmpCheckBox.lo -MD -MP -MF src/wx/KWIC/.deps/BmpCheckBox.Tpo -c src/wx/KWIC/BmpCheckBox.cpp  -fno-common -DPIC -o src/wx/KWIC/.libs/BmpCheckBox.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/BmpCheckBox.lo -MD -MP -MF src/wx/KWIC/.deps/BmpCheckBox.Tpo -c src/wx/KWIC/BmpCheckBox.cpp -o src/wx/KWIC/BmpCheckBox.o >/dev/null 2>&1
depbase=`echo src/wx/KWIC/BmpSwitcher.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/BmpSwitcher.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/BmpSwitcher.lo src/wx/KWIC/BmpSwitcher.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/BmpSwitcher.lo -MD -MP -MF src/wx/KWIC/.deps/BmpSwitcher.Tpo -c src/wx/KWIC/BmpSwitcher.cpp  -fno-common -DPIC -o src/wx/KWIC/.libs/BmpSwitcher.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/BmpSwitcher.lo -MD -MP -MF src/wx/KWIC/.deps/BmpSwitcher.Tpo -c src/wx/KWIC/BmpSwitcher.cpp -o src/wx/KWIC/BmpSwitcher.o >/dev/null 2>&1
depbase=`echo src/wx/KWIC/LCDClock.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LCDClock.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/LCDClock.lo src/wx/KWIC/LCDClock.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LCDClock.lo -MD -MP -MF src/wx/KWIC/.deps/LCDClock.Tpo -c src/wx/KWIC/LCDClock.cpp  -fno-common -DPIC -o src/wx/KWIC/.libs/LCDClock.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LCDClock.lo -MD -MP -MF src/wx/KWIC/.deps/LCDClock.Tpo -c src/wx/KWIC/LCDClock.cpp -o src/wx/KWIC/LCDClock.o >/dev/null 2>&1
depbase=`echo src/wx/KWIC/LCDWindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LCDWindow.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/LCDWindow.lo src/wx/KWIC/LCDWindow.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LCDWindow.lo -MD -MP -MF src/wx/KWIC/.deps/LCDWindow.Tpo -c src/wx/KWIC/LCDWindow.cpp  -fno-common -DPIC -o src/wx/KWIC/.libs/LCDWindow.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LCDWindow.lo -MD -MP -MF src/wx/KWIC/.deps/LCDWindow.Tpo -c src/wx/KWIC/LCDWindow.cpp -o src/wx/KWIC/LCDWindow.o >/dev/null 2>&1
depbase=`echo src/wx/KWIC/LinearMeter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LinearMeter.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/LinearMeter.lo src/wx/KWIC/LinearMeter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LinearMeter.lo -MD -MP -MF src/wx/KWIC/.deps/LinearMeter.Tpo -c src/wx/KWIC/LinearMeter.cpp  -fno-common -DPIC -o src/wx/KWIC/.libs/LinearMeter.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LinearMeter.lo -MD -MP -MF src/wx/KWIC/.deps/LinearMeter.Tpo -c src/wx/KWIC/LinearMeter.cpp -o src/wx/KWIC/LinearMeter.o >/dev/null 2>&1
depbase=`echo src/wx/KWIC/LinearRegulator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LinearRegulator.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/LinearRegulator.lo src/wx/KWIC/LinearRegulator.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LinearRegulator.lo -MD -MP -MF src/wx/KWIC/.deps/LinearRegulator.Tpo -c src/wx/KWIC/LinearRegulator.cpp  -fno-common -DPIC -o src/wx/KWIC/.libs/LinearRegulator.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/LinearRegulator.lo -MD -MP -MF src/wx/KWIC/.deps/LinearRegulator.Tpo -c src/wx/KWIC/LinearRegulator.cpp -o src/wx/KWIC/LinearRegulator.o >/dev/null 2>&1
depbase=`echo src/wx/KWIC/TimeAlarm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/TimeAlarm.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/KWIC/TimeAlarm.lo src/wx/KWIC/TimeAlarm.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/TimeAlarm.lo -MD -MP -MF src/wx/KWIC/.deps/TimeAlarm.Tpo -c src/wx/KWIC/TimeAlarm.cpp  -fno-common -DPIC -o src/wx/KWIC/.libs/TimeAlarm.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/KWIC/TimeAlarm.lo -MD -MP -MF src/wx/KWIC/.deps/TimeAlarm.Tpo -c src/wx/KWIC/TimeAlarm.cpp -o src/wx/KWIC/TimeAlarm.o >/dev/null 2>&1
depbase=`echo src/wx/xrc/xh_kwxangularmeterhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxangularmeterhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxangularmeterhandler.lo src/wx/xrc/xh_kwxangularmeterhandler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxangularmeterhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxangularmeterhandler.Tpo -c src/wx/xrc/xh_kwxangularmeterhandler.cpp  -fno-common -DPIC -o src/wx/xrc/.libs/xh_kwxangularmeterhandler.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxangularmeterhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxangularmeterhandler.Tpo -c src/wx/xrc/xh_kwxangularmeterhandler.cpp -o src/wx/xrc/xh_kwxangularmeterhandler.o >/dev/null 2>&1
depbase=`echo src/wx/xrc/xh_kwxangularregulatorhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxangularregulatorhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxangularregulatorhandler.lo src/wx/xrc/xh_kwxangularregulatorhandler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxangularregulatorhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxangularregulatorhandler.Tpo -c src/wx/xrc/xh_kwxangularregulatorhandler.cpp  -fno-common -DPIC -o src/wx/xrc/.libs/xh_kwxangularregulatorhandler.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxangularregulatorhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxangularregulatorhandler.Tpo -c src/wx/xrc/xh_kwxangularregulatorhandler.cpp -o src/wx/xrc/xh_kwxangularregulatorhandler.o >/dev/null 2>&1
depbase=`echo src/wx/xrc/xh_kwxlcdclockhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlcdclockhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxlcdclockhandler.lo src/wx/xrc/xh_kwxlcdclockhandler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlcdclockhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlcdclockhandler.Tpo -c src/wx/xrc/xh_kwxlcdclockhandler.cpp  -fno-common -DPIC -o src/wx/xrc/.libs/xh_kwxlcdclockhandler.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlcdclockhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlcdclockhandler.Tpo -c src/wx/xrc/xh_kwxlcdclockhandler.cpp -o src/wx/xrc/xh_kwxlcdclockhandler.o >/dev/null 2>&1
depbase=`echo src/wx/xrc/xh_kwxlcddisplayhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlcddisplayhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxlcddisplayhandler.lo src/wx/xrc/xh_kwxlcddisplayhandler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlcddisplayhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlcddisplayhandler.Tpo -c src/wx/xrc/xh_kwxlcddisplayhandler.cpp  -fno-common -DPIC -o src/wx/xrc/.libs/xh_kwxlcddisplayhandler.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlcddisplayhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlcddisplayhandler.Tpo -c src/wx/xrc/xh_kwxlcddisplayhandler.cpp -o src/wx/xrc/xh_kwxlcddisplayhandler.o >/dev/null 2>&1
depbase=`echo src/wx/xrc/xh_kwxlinearmeterhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlinearmeterhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxlinearmeterhandler.lo src/wx/xrc/xh_kwxlinearmeterhandler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlinearmeterhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlinearmeterhandler.Tpo -c src/wx/xrc/xh_kwxlinearmeterhandler.cpp  -fno-common -DPIC -o src/wx/xrc/.libs/xh_kwxlinearmeterhandler.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlinearmeterhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlinearmeterhandler.Tpo -c src/wx/xrc/xh_kwxlinearmeterhandler.cpp -o src/wx/xrc/xh_kwxlinearmeterhandler.o >/dev/null 2>&1
depbase=`echo src/wx/xrc/xh_kwxlinearregulatorhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlinearregulatorhandler.lo -MD -MP -MF $depbase.Tpo -c -o src/wx/xrc/xh_kwxlinearregulatorhandler.lo src/wx/xrc/xh_kwxlinearregulatorhandler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlinearregulatorhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlinearregulatorhandler.Tpo -c src/wx/xrc/xh_kwxlinearregulatorhandler.cpp  -fno-common -DPIC -o src/wx/xrc/.libs/xh_kwxlinearregulatorhandler.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/wx/xrc/xh_kwxlinearregulatorhandler.lo -MD -MP -MF src/wx/xrc/.deps/xh_kwxlinearregulatorhandler.Tpo -c src/wx/xrc/xh_kwxlinearregulatorhandler.cpp -o src/wx/xrc/xh_kwxlinearregulatorhandler.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -version-info 0:1:0 -L/opt/pkg/lib -o libwxkwic.la -rpath /opt/pkg/lib/codeblocks/wxContribItems ./src/wx/KWIC/AngularMeter.lo ./src/wx/KWIC/AngularRegulator.lo ./src/wx/KWIC/BmpCheckBox.lo ./src/wx/KWIC/BmpSwitcher.lo ./src/wx/KWIC/LCDClock.lo ./src/wx/KWIC/LCDWindow.lo ./src/wx/KWIC/LinearMeter.lo ./src/wx/KWIC/LinearRegulator.lo ./src/wx/KWIC/TimeAlarm.lo ./src/wx/xrc/xh_kwxangularmeterhandler.lo ./src/wx/xrc/xh_kwxangularregulatorhandler.lo ./src/wx/xrc/xh_kwxlcdclockhandler.lo ./src/wx/xrc/xh_kwxlcddisplayhandler.lo ./src/wx/xrc/xh_kwxlinearmeterhandler.lo ./src/wx/xrc/xh_kwxlinearregulatorhandler.lo -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwxkwic.0.dylib  ./src/wx/KWIC/.libs/AngularMeter.o ./src/wx/KWIC/.libs/AngularRegulator.o ./src/wx/KWIC/.libs/BmpCheckBox.o ./src/wx/KWIC/.libs/BmpSwitcher.o ./src/wx/KWIC/.libs/LCDClock.o ./src/wx/KWIC/.libs/LCDWindow.o ./src/wx/KWIC/.libs/LinearMeter.o ./src/wx/KWIC/.libs/LinearRegulator.o ./src/wx/KWIC/.libs/TimeAlarm.o ./src/wx/xrc/.libs/xh_kwxangularmeterhandler.o ./src/wx/xrc/.libs/xh_kwxangularregulatorhandler.o ./src/wx/xrc/.libs/xh_kwxlcdclockhandler.o ./src/wx/xrc/.libs/xh_kwxlcddisplayhandler.o ./src/wx/xrc/.libs/xh_kwxlinearmeterhandler.o ./src/wx/xrc/.libs/xh_kwxlinearregulatorhandler.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/wxContribItems/libwxkwic.0.dylib -compatibility_version 1 -current_version 1.1 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libwxkwic.dylib" && ln -s "libwxkwic.0.dylib" "libwxkwic.dylib")
libtool: link: ar cr .libs/libwxkwic.a  ./src/wx/KWIC/AngularMeter.o ./src/wx/KWIC/AngularRegulator.o ./src/wx/KWIC/BmpCheckBox.o ./src/wx/KWIC/BmpSwitcher.o ./src/wx/KWIC/LCDClock.o ./src/wx/KWIC/LCDWindow.o ./src/wx/KWIC/LinearMeter.o ./src/wx/KWIC/LinearRegulator.o ./src/wx/KWIC/TimeAlarm.o ./src/wx/xrc/xh_kwxangularmeterhandler.o ./src/wx/xrc/xh_kwxangularregulatorhandler.o ./src/wx/xrc/xh_kwxlcdclockhandler.o ./src/wx/xrc/xh_kwxlcddisplayhandler.o ./src/wx/xrc/xh_kwxlinearmeterhandler.o ./src/wx/xrc/xh_kwxlinearregulatorhandler.o
libtool: link: ranlib .libs/libwxkwic.a
libtool: link: ( cd ".libs" && rm -f "libwxkwic.la" && ln -s "../libwxkwic.la" "libwxkwic.la" )
gmake[6]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC'
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/KWIC'
Making all in wxled
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled'
Making all in gizmosled/include/wx/gizmos
gmake[6]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
gmake[6]: Nothing to be done for 'all'.
gmake[6]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/gizmosled/include/wx/gizmos'
Making all in lcdWindow/include/wx
gmake[6]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
gmake[6]: Nothing to be done for 'all'.
gmake[6]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/lcdWindow/include/wx'
Making all in led/include/wx
gmake[6]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
gmake[6]: Nothing to be done for 'all'.
gmake[6]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/led/include/wx'
Making all in led/include/xrc
gmake[6]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
gmake[6]: Nothing to be done for 'all'.
gmake[6]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/led/include/xrc'
Making all in ledpanel/include/wx
gmake[6]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
gmake[6]: Nothing to be done for 'all'.
gmake[6]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled/ledpanel/include/wx'
gmake[6]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled'
depbase=`echo gizmosled/src/ledctrl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT gizmosled/src/ledctrl.lo -MD -MP -MF $depbase.Tpo -c -o gizmosled/src/ledctrl.lo gizmosled/src/ledctrl.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT gizmosled/src/ledctrl.lo -MD -MP -MF gizmosled/src/.deps/ledctrl.Tpo -c gizmosled/src/ledctrl.cpp  -fno-common -DPIC -o gizmosled/src/.libs/ledctrl.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT gizmosled/src/ledctrl.lo -MD -MP -MF gizmosled/src/.deps/ledctrl.Tpo -c gizmosled/src/ledctrl.cpp -o gizmosled/src/ledctrl.o >/dev/null 2>&1
depbase=`echo lcdWindow/src/lcdwindow.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT lcdWindow/src/lcdwindow.lo -MD -MP -MF $depbase.Tpo -c -o lcdWindow/src/lcdwindow.lo lcdWindow/src/lcdwindow.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT lcdWindow/src/lcdwindow.lo -MD -MP -MF lcdWindow/src/.deps/lcdwindow.Tpo -c lcdWindow/src/lcdwindow.cpp  -fno-common -DPIC -o lcdWindow/src/.libs/lcdwindow.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT lcdWindow/src/lcdwindow.lo -MD -MP -MF lcdWindow/src/.deps/lcdwindow.Tpo -c lcdWindow/src/lcdwindow.cpp -o lcdWindow/src/lcdwindow.o >/dev/null 2>&1
depbase=`echo led/src/led.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT led/src/led.lo -MD -MP -MF $depbase.Tpo -c -o led/src/led.lo led/src/led.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT led/src/led.lo -MD -MP -MF led/src/.deps/led.Tpo -c led/src/led.cpp  -fno-common -DPIC -o led/src/.libs/led.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT led/src/led.lo -MD -MP -MF led/src/.deps/led.Tpo -c led/src/led.cpp -o led/src/led.o >/dev/null 2>&1
depbase=`echo led/src/stateLed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT led/src/stateLed.lo -MD -MP -MF $depbase.Tpo -c -o led/src/stateLed.lo led/src/stateLed.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT led/src/stateLed.lo -MD -MP -MF led/src/.deps/stateLed.Tpo -c led/src/stateLed.cpp  -fno-common -DPIC -o led/src/.libs/stateLed.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT led/src/stateLed.lo -MD -MP -MF led/src/.deps/stateLed.Tpo -c led/src/stateLed.cpp -o led/src/stateLed.o >/dev/null 2>&1
depbase=`echo led/src/xrc/xh_ledHandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT led/src/xrc/xh_ledHandler.lo -MD -MP -MF $depbase.Tpo -c -o led/src/xrc/xh_ledHandler.lo led/src/xrc/xh_ledHandler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT led/src/xrc/xh_ledHandler.lo -MD -MP -MF led/src/xrc/.deps/xh_ledHandler.Tpo -c led/src/xrc/xh_ledHandler.cpp  -fno-common -DPIC -o led/src/xrc/.libs/xh_ledHandler.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT led/src/xrc/xh_ledHandler.lo -MD -MP -MF led/src/xrc/.deps/xh_ledHandler.Tpo -c led/src/xrc/xh_ledHandler.cpp -o led/src/xrc/xh_ledHandler.o >/dev/null 2>&1
depbase=`echo led/src/xrc/xh_stateLedHandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT led/src/xrc/xh_stateLedHandler.lo -MD -MP -MF $depbase.Tpo -c -o led/src/xrc/xh_stateLedHandler.lo led/src/xrc/xh_stateLedHandler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT led/src/xrc/xh_stateLedHandler.lo -MD -MP -MF led/src/xrc/.deps/xh_stateLedHandler.Tpo -c led/src/xrc/xh_stateLedHandler.cpp  -fno-common -DPIC -o led/src/xrc/.libs/xh_stateLedHandler.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT led/src/xrc/xh_stateLedHandler.lo -MD -MP -MF led/src/xrc/.deps/xh_stateLedHandler.Tpo -c led/src/xrc/xh_stateLedHandler.cpp -o led/src/xrc/xh_stateLedHandler.o >/dev/null 2>&1
depbase=`echo ledpanel/src/advancedmatrixobject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/advancedmatrixobject.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/advancedmatrixobject.lo ledpanel/src/advancedmatrixobject.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/advancedmatrixobject.lo -MD -MP -MF ledpanel/src/.deps/advancedmatrixobject.Tpo -c ledpanel/src/advancedmatrixobject.cpp  -fno-common -DPIC -o ledpanel/src/.libs/advancedmatrixobject.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/advancedmatrixobject.lo -MD -MP -MF ledpanel/src/.deps/advancedmatrixobject.Tpo -c ledpanel/src/advancedmatrixobject.cpp -o ledpanel/src/advancedmatrixobject.o >/dev/null 2>&1
depbase=`echo ledpanel/src/font75.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/font75.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/font75.lo ledpanel/src/font75.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/font75.lo -MD -MP -MF ledpanel/src/.deps/font75.Tpo -c ledpanel/src/font75.cpp  -fno-common -DPIC -o ledpanel/src/.libs/font75.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/font75.lo -MD -MP -MF ledpanel/src/.deps/font75.Tpo -c ledpanel/src/font75.cpp -o ledpanel/src/font75.o >/dev/null 2>&1
depbase=`echo ledpanel/src/font77.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/font77.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/font77.lo ledpanel/src/font77.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/font77.lo -MD -MP -MF ledpanel/src/.deps/font77.Tpo -c ledpanel/src/font77.cpp  -fno-common -DPIC -o ledpanel/src/.libs/font77.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/font77.lo -MD -MP -MF ledpanel/src/.deps/font77.Tpo -c ledpanel/src/font77.cpp -o ledpanel/src/font77.o >/dev/null 2>&1
depbase=`echo ledpanel/src/matrixobject.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/matrixobject.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/matrixobject.lo ledpanel/src/matrixobject.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/matrixobject.lo -MD -MP -MF ledpanel/src/.deps/matrixobject.Tpo -c ledpanel/src/matrixobject.cpp  -fno-common -DPIC -o ledpanel/src/.libs/matrixobject.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/matrixobject.lo -MD -MP -MF ledpanel/src/.deps/matrixobject.Tpo -c ledpanel/src/matrixobject.cpp -o ledpanel/src/matrixobject.o >/dev/null 2>&1
depbase=`echo ledpanel/src/wxledfont.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/wxledfont.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/wxledfont.lo ledpanel/src/wxledfont.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/wxledfont.lo -MD -MP -MF ledpanel/src/.deps/wxledfont.Tpo -c ledpanel/src/wxledfont.cpp  -fno-common -DPIC -o ledpanel/src/.libs/wxledfont.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/wxledfont.lo -MD -MP -MF ledpanel/src/.deps/wxledfont.Tpo -c ledpanel/src/wxledfont.cpp -o ledpanel/src/wxledfont.o >/dev/null 2>&1
depbase=`echo ledpanel/src/wxledpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I./gizmosled/include -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/wxledpanel.lo -MD -MP -MF $depbase.Tpo -c -o ledpanel/src/wxledpanel.lo ledpanel/src/wxledpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/wxledpanel.lo -MD -MP -MF ledpanel/src/.deps/wxledpanel.Tpo -c ledpanel/src/wxledpanel.cpp  -fno-common -DPIC -o ledpanel/src/.libs/wxledpanel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I./gizmosled/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I./ledpanel/include -I./lcdWindow/include -I./led/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ledpanel/src/wxledpanel.lo -MD -MP -MF ledpanel/src/.deps/wxledpanel.Tpo -c ledpanel/src/wxledpanel.cpp -o ledpanel/src/wxledpanel.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -version-info 0:1:0 -L/opt/pkg/lib -o libwxled.la -rpath /opt/pkg/lib/codeblocks/wxContribItems ./gizmosled/src/ledctrl.lo ./lcdWindow/src/lcdwindow.lo ./led/src/led.lo ./led/src/stateLed.lo ./led/src/xrc/xh_ledHandler.lo ./led/src/xrc/xh_stateLedHandler.lo ./ledpanel/src/advancedmatrixobject.lo ./ledpanel/src/font75.lo ./ledpanel/src/font77.lo ./ledpanel/src/matrixobject.lo ./ledpanel/src/wxledfont.lo ./ledpanel/src/wxledpanel.lo -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwxled.0.dylib  ./gizmosled/src/.libs/ledctrl.o ./lcdWindow/src/.libs/lcdwindow.o ./led/src/.libs/led.o ./led/src/.libs/stateLed.o ./led/src/xrc/.libs/xh_ledHandler.o ./led/src/xrc/.libs/xh_stateLedHandler.o ./ledpanel/src/.libs/advancedmatrixobject.o ./ledpanel/src/.libs/font75.o ./ledpanel/src/.libs/font77.o ./ledpanel/src/.libs/matrixobject.o ./ledpanel/src/.libs/wxledfont.o ./ledpanel/src/.libs/wxledpanel.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/wxContribItems/libwxled.0.dylib -compatibility_version 1 -current_version 1.1 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libwxled.dylib" && ln -s "libwxled.0.dylib" "libwxled.dylib")
libtool: link: ar cr .libs/libwxled.a  ./gizmosled/src/ledctrl.o ./lcdWindow/src/lcdwindow.o ./led/src/led.o ./led/src/stateLed.o ./led/src/xrc/xh_ledHandler.o ./led/src/xrc/xh_stateLedHandler.o ./ledpanel/src/advancedmatrixobject.o ./ledpanel/src/font75.o ./ledpanel/src/font77.o ./ledpanel/src/matrixobject.o ./ledpanel/src/wxledfont.o ./ledpanel/src/wxledpanel.o
/System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libwxled.a(font75.o) has no symbols
/System/Volumes/Data/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libwxled.a(font77.o) has no symbols
libtool: link: ranlib .libs/libwxled.a
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libwxled.a(font75.o) has no symbols
/Applications/Xcode-13.4.1.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .libs/libwxled.a(font77.o) has no symbols
libtool: link: ( cd ".libs" && rm -f "libwxled.la" && ln -s "../libwxled.la" "libwxled.la" )
gmake[6]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled'
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxled'
Making all in wxmathplot
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxmathplot'
depbase=`echo mathplot.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mathplot.lo -MD -MP -MF $depbase.Tpo -c -o mathplot.lo mathplot.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mathplot.lo -MD -MP -MF .deps/mathplot.Tpo -c mathplot.cpp  -fno-common -DPIC -o .libs/mathplot.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT mathplot.lo -MD -MP -MF .deps/mathplot.Tpo -c mathplot.cpp -o mathplot.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -version-info 0:1:0 -L/opt/pkg/lib -o libwxmathplot.la -rpath /opt/pkg/lib/codeblocks/wxContribItems ./mathplot.lo -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libwxmathplot.0.dylib  ./.libs/mathplot.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/wxContribItems/libwxmathplot.0.dylib -compatibility_version 1 -current_version 1.1 -Wl,-single_module
libtool: link: (cd ".libs" && rm -f "libwxmathplot.dylib" && ln -s "libwxmathplot.0.dylib" "libwxmathplot.dylib")
libtool: link: ar cr .libs/libwxmathplot.a  ./mathplot.o
libtool: link: ranlib .libs/libwxmathplot.a
libtool: link: ( cd ".libs" && rm -f "libwxmathplot.la" && ln -s "../libwxmathplot.la" "libwxmathplot.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems/wxmathplot'
Making all in .
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems'
gmake[5]: Nothing to be done for 'all-am'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/wxContribItems'
Making all in lib_finder
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/lib_finder'
Making all in lib_finder
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/lib_finder/lib_finder'
gmake[5]: Nothing to be done for 'all'.
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/lib_finder/lib_finder'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/lib_finder'
depbase=`echo librariesdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT librariesdlg.lo -MD -MP -MF $depbase.Tpo -c -o librariesdlg.lo librariesdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT librariesdlg.lo -MD -MP -MF .deps/librariesdlg.Tpo -c librariesdlg.cpp  -fno-common -DPIC -o .libs/librariesdlg.o
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from librariesdlg.cpp:18:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT librariesdlg.lo -MD -MP -MF .deps/librariesdlg.Tpo -c librariesdlg.cpp -o librariesdlg.o >/dev/null 2>&1
depbase=`echo dirlistdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT dirlistdlg.lo -MD -MP -MF $depbase.Tpo -c -o dirlistdlg.lo dirlistdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT dirlistdlg.lo -MD -MP -MF .deps/dirlistdlg.Tpo -c dirlistdlg.cpp  -fno-common -DPIC -o .libs/dirlistdlg.o
In file included from dirlistdlg.cpp:30:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dirlistdlg.cpp:30:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dirlistdlg.cpp:30:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dirlistdlg.cpp:30:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from dirlistdlg.cpp:30:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
5 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT dirlistdlg.lo -MD -MP -MF .deps/dirlistdlg.Tpo -c dirlistdlg.cpp -o dirlistdlg.o >/dev/null 2>&1
depbase=`echo projectmissinglibs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectmissinglibs.lo -MD -MP -MF $depbase.Tpo -c -o projectmissinglibs.lo projectmissinglibs.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectmissinglibs.lo -MD -MP -MF .deps/projectmissinglibs.Tpo -c projectmissinglibs.cpp  -fno-common -DPIC -o .libs/projectmissinglibs.o
In file included from projectmissinglibs.cpp:14:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmissinglibs.cpp:14:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmissinglibs.cpp:14:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmissinglibs.cpp:14:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectmissinglibs.cpp:14:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
5 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectmissinglibs.lo -MD -MP -MF .deps/projectmissinglibs.Tpo -c projectmissinglibs.cpp -o projectmissinglibs.o >/dev/null 2>&1
depbase=`echo headersdetectordlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT headersdetectordlg.lo -MD -MP -MF $depbase.Tpo -c -o headersdetectordlg.lo headersdetectordlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT headersdetectordlg.lo -MD -MP -MF .deps/headersdetectordlg.Tpo -c headersdetectordlg.cpp  -fno-common -DPIC -o .libs/headersdetectordlg.o
In file included from headersdetectordlg.cpp:11:
In file included from ../../../../src/include/encodingdetector.h:10:
In file included from ../../../../src/include/filemanager.h:13:
In file included from ../../../../src/include/backgroundthread.h:18:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from headersdetectordlg.cpp:11:
In file included from ../../../../src/include/encodingdetector.h:10:
In file included from ../../../../src/include/filemanager.h:13:
In file included from ../../../../src/include/backgroundthread.h:18:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from headersdetectordlg.cpp:11:
In file included from ../../../../src/include/encodingdetector.h:10:
In file included from ../../../../src/include/filemanager.h:13:
In file included from ../../../../src/include/backgroundthread.h:18:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from headersdetectordlg.cpp:11:
In file included from ../../../../src/include/encodingdetector.h:10:
In file included from ../../../../src/include/filemanager.h:13:
In file included from ../../../../src/include/backgroundthread.h:18:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from headersdetectordlg.cpp:11:
In file included from ../../../../src/include/encodingdetector.h:10:
In file included from ../../../../src/include/filemanager.h:13:
In file included from ../../../../src/include/backgroundthread.h:18:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from headersdetectordlg.cpp:12:
In file included from ./headersdetectordlg.h:17:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from headersdetectordlg.cpp:12:
In file included from ./headersdetectordlg.h:17:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from headersdetectordlg.cpp:12:
In file included from ./headersdetectordlg.h:17:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from headersdetectordlg.cpp:12:
In file included from ./headersdetectordlg.h:17:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from headersdetectordlg.cpp:12:
In file included from ./headersdetectordlg.h:17:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from headersdetectordlg.cpp:12:
In file included from ./headersdetectordlg.h:17:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from headersdetectordlg.cpp:12:
In file included from ./headersdetectordlg.h:17:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
12 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT headersdetectordlg.lo -MD -MP -MF .deps/headersdetectordlg.Tpo -c headersdetectordlg.cpp -o headersdetectordlg.o >/dev/null 2>&1
depbase=`echo webresourcesmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT webresourcesmanager.lo -MD -MP -MF $depbase.Tpo -c -o webresourcesmanager.lo webresourcesmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT webresourcesmanager.lo -MD -MP -MF .deps/webresourcesmanager.Tpo -c webresourcesmanager.cpp  -fno-common -DPIC -o .libs/webresourcesmanager.o
In file included from webresourcesmanager.cpp:5:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from webresourcesmanager.cpp:5:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from webresourcesmanager.cpp:5:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from webresourcesmanager.cpp:5:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from webresourcesmanager.cpp:5:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
5 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT webresourcesmanager.lo -MD -MP -MF .deps/webresourcesmanager.Tpo -c webresourcesmanager.cpp -o webresourcesmanager.o >/dev/null 2>&1
depbase=`echo projectconfiguration.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectconfiguration.lo -MD -MP -MF $depbase.Tpo -c -o projectconfiguration.lo projectconfiguration.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectconfiguration.lo -MD -MP -MF .deps/projectconfiguration.Tpo -c projectconfiguration.cpp  -fno-common -DPIC -o .libs/projectconfiguration.o
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectconfiguration.cpp:24:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
12 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectconfiguration.lo -MD -MP -MF .deps/projectconfiguration.Tpo -c projectconfiguration.cpp -o projectconfiguration.o >/dev/null 2>&1
depbase=`echo resultmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT resultmap.lo -MD -MP -MF $depbase.Tpo -c -o resultmap.lo resultmap.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT resultmap.lo -MD -MP -MF .deps/resultmap.Tpo -c resultmap.cpp  -fno-common -DPIC -o .libs/resultmap.o
In file included from resultmap.cpp:28:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from resultmap.cpp:28:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from resultmap.cpp:28:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from resultmap.cpp:28:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from resultmap.cpp:28:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from resultmap.cpp:30:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from resultmap.cpp:28:
../../../../src/include/manager.h:222:13: warning: instantiation of variable 'Mgr<LogManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        if (instance == nullptr)
            ^
resultmap.cpp:100:17: note: in instantiation of member function 'Mgr<LogManager>::Get' requested here
    LogManager::Get()->DebugLog(_T("********** lib_finder Dump 2 BEGIN *************"));
                ^
../../../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../../../src/include/manager.h:222:13: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<LogManager>::instance' is explicitly instantiated in another translation unit
        if (instance == nullptr)
            ^
../../../../src/include/manager.h:224:17: warning: instantiation of variable 'Mgr<LogManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
            if (isShutdown == false)
                ^
../../../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../../../src/include/manager.h:224:17: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<LogManager>::isShutdown' is explicitly instantiated in another translation unit
            if (isShutdown == false)
                ^
8 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT resultmap.lo -MD -MP -MF .deps/resultmap.Tpo -c resultmap.cpp -o resultmap.o >/dev/null 2>&1
depbase=`echo libraryresult.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT libraryresult.lo -MD -MP -MF $depbase.Tpo -c -o libraryresult.lo libraryresult.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT libraryresult.lo -MD -MP -MF .deps/libraryresult.Tpo -c libraryresult.cpp  -fno-common -DPIC -o .libs/libraryresult.o
In file included from libraryresult.cpp:3:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from libraryresult.cpp:3:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from libraryresult.cpp:3:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from libraryresult.cpp:3:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from libraryresult.cpp:3:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from libraryresult.cpp:5:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from libraryresult.cpp:3:
../../../../src/include/manager.h:222:13: warning: instantiation of variable 'Mgr<LogManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        if (instance == nullptr)
            ^
libraryresult.cpp:100:17: note: in instantiation of member function 'Mgr<LogManager>::Get' requested here
    LogManager::Get()->DebugLog( Prefix + _T(" --- ") + ShortCode + _T(" ---") );
                ^
../../../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../../../src/include/manager.h:222:13: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<LogManager>::instance' is explicitly instantiated in another translation unit
        if (instance == nullptr)
            ^
../../../../src/include/manager.h:224:17: warning: instantiation of variable 'Mgr<LogManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
            if (isShutdown == false)
                ^
../../../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../../../src/include/manager.h:224:17: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<LogManager>::isShutdown' is explicitly instantiated in another translation unit
            if (isShutdown == false)
                ^
8 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT libraryresult.lo -MD -MP -MF .deps/libraryresult.Tpo -c libraryresult.cpp -o libraryresult.o >/dev/null 2>&1
depbase=`echo projectconfigurationpanel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT projectconfigurationpanel.lo -MD -MP -MF $depbase.Tpo -c -o projectconfigurationpanel.lo projectconfigurationpanel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectconfigurationpanel.lo -MD -MP -MF .deps/projectconfigurationpanel.Tpo -c projectconfigurationpanel.cpp  -fno-common -DPIC -o .libs/projectconfigurationpanel.o
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:17:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from projectconfigurationpanel.cpp:24:
In file included from ./projectconfigurationpanel.h:43:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
12 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT projectconfigurationpanel.lo -MD -MP -MF .deps/projectconfigurationpanel.Tpo -c projectconfigurationpanel.cpp -o projectconfigurationpanel.o >/dev/null 2>&1
depbase=`echo pkgconfigmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT pkgconfigmanager.lo -MD -MP -MF $depbase.Tpo -c -o pkgconfigmanager.lo pkgconfigmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT pkgconfigmanager.lo -MD -MP -MF .deps/pkgconfigmanager.Tpo -c pkgconfigmanager.cpp  -fno-common -DPIC -o .libs/pkgconfigmanager.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT pkgconfigmanager.lo -MD -MP -MF .deps/pkgconfigmanager.Tpo -c pkgconfigmanager.cpp -o pkgconfigmanager.o >/dev/null 2>&1
depbase=`echo librarydetectionmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT librarydetectionmanager.lo -MD -MP -MF $depbase.Tpo -c -o librarydetectionmanager.lo librarydetectionmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT librarydetectionmanager.lo -MD -MP -MF .deps/librarydetectionmanager.Tpo -c librarydetectionmanager.cpp  -fno-common -DPIC -o .libs/librarydetectionmanager.o
In file included from librarydetectionmanager.cpp:32:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librarydetectionmanager.cpp:32:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librarydetectionmanager.cpp:32:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librarydetectionmanager.cpp:32:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from librarydetectionmanager.cpp:32:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
5 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT librarydetectionmanager.lo -MD -MP -MF .deps/librarydetectionmanager.Tpo -c librarydetectionmanager.cpp -o librarydetectionmanager.o >/dev/null 2>&1
depbase=`echo libselectdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT libselectdlg.lo -MD -MP -MF $depbase.Tpo -c -o libselectdlg.lo libselectdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT libselectdlg.lo -MD -MP -MF .deps/libselectdlg.Tpo -c libselectdlg.cpp  -fno-common -DPIC -o .libs/libselectdlg.o
In file included from libselectdlg.cpp:37:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from libselectdlg.cpp:37:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from libselectdlg.cpp:37:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from libselectdlg.cpp:37:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from libselectdlg.cpp:37:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
5 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT libselectdlg.lo -MD -MP -MF .deps/libselectdlg.Tpo -c libselectdlg.cpp -o libselectdlg.o >/dev/null 2>&1
depbase=`echo processingdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT processingdlg.lo -MD -MP -MF $depbase.Tpo -c -o processingdlg.lo processingdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT processingdlg.lo -MD -MP -MF .deps/processingdlg.Tpo -c processingdlg.cpp  -fno-common -DPIC -o .libs/processingdlg.o
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:27:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:27:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:27:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:27:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:27:
In file included from ../../../../src/include/cbplugin.h:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:27:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:27:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:34:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:34:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:34:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:34:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from processingdlg.cpp:44:
In file included from ./lib_finder.h:34:
In file included from ./projectconfiguration.h:31:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
12 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT processingdlg.lo -MD -MP -MF .deps/processingdlg.Tpo -c processingdlg.cpp -o processingdlg.o >/dev/null 2>&1
depbase=`echo defsdownloaddlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT defsdownloaddlg.lo -MD -MP -MF $depbase.Tpo -c -o defsdownloaddlg.lo defsdownloaddlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT defsdownloaddlg.lo -MD -MP -MF .deps/defsdownloaddlg.Tpo -c defsdownloaddlg.cpp  -fno-common -DPIC -o .libs/defsdownloaddlg.o
In file included from defsdownloaddlg.cpp:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defsdownloaddlg.cpp:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defsdownloaddlg.cpp:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defsdownloaddlg.cpp:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defsdownloaddlg.cpp:17:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from defsdownloaddlg.cpp:19:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from defsdownloaddlg.cpp:17:
../../../../src/include/manager.h:222:13: warning: instantiation of variable 'Mgr<LogManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        if (instance == nullptr)
            ^
defsdownloaddlg.cpp:122:25: note: in instantiation of member function 'Mgr<LogManager>::Get' requested here
            LogManager::Get()->LogWarning(F(_T("lib_finder: Invalid url '%s'"),Url.wx_str()));
                        ^
../../../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../../../src/include/manager.h:222:13: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<LogManager>::instance' is explicitly instantiated in another translation unit
        if (instance == nullptr)
            ^
../../../../src/include/manager.h:224:17: warning: instantiation of variable 'Mgr<LogManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
            if (isShutdown == false)
                ^
../../../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../../../src/include/manager.h:224:17: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<LogManager>::isShutdown' is explicitly instantiated in another translation unit
            if (isShutdown == false)
                ^
8 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT defsdownloaddlg.lo -MD -MP -MF .deps/defsdownloaddlg.Tpo -c defsdownloaddlg.cpp -o defsdownloaddlg.o >/dev/null 2>&1
depbase=`echo lib_finder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include/scripting/include -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT lib_finder.lo -MD -MP -MF $depbase.Tpo -c -o lib_finder.lo lib_finder.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT lib_finder.lo -MD -MP -MF .deps/lib_finder.Tpo -c lib_finder.cpp  -fno-common -DPIC -o .libs/lib_finder.o
In file included from lib_finder.cpp:35:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from lib_finder.cpp:35:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from lib_finder.cpp:35:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from lib_finder.cpp:35:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from lib_finder.cpp:35:
In file included from ../../../../src/include/configmanager.h:16:
In file included from ../../../../src/include/manager.h:21:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:15:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:17:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:17:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:18:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:18:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:18:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:18:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:18:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:21:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:21:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:22:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:22:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:26:
In file included from ../../../../src/include/cbeditor.h:15:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:26:
In file included from ../../../../src/include/cbeditor.h:15:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:26:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from lib_finder.cpp:42:
In file included from ../../../../src/include/scripting/bindings/sc_base_types.h:26:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from lib_finder.cpp:35:
In file included from ../../../../src/include/configmanager.h:16:
../../../../src/include/manager.h:222:13: warning: instantiation of variable 'Mgr<LogManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        if (instance == nullptr)
            ^
lib_finder.cpp:518:25: note: in instantiation of member function 'Mgr<LogManager>::Get' requested here
            LogManager::Get()->LogWarning(F(_T("lib_finder: Invalid url '%s'"),Url.wx_str()));
                        ^
../../../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../../../src/include/manager.h:222:13: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<LogManager>::instance' is explicitly instantiated in another translation unit
        if (instance == nullptr)
            ^
../../../../src/include/manager.h:224:17: warning: instantiation of variable 'Mgr<LogManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
            if (isShutdown == false)
                ^
../../../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../../../src/include/manager.h:224:17: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<LogManager>::isShutdown' is explicitly instantiated in another translation unit
            if (isShutdown == false)
                ^
../../../../src/include/manager.h:222:13: warning: instantiation of variable 'Mgr<ProjectManager>::instance' required here, but no definition is available [-Wundefined-var-template]
        if (instance == nullptr)
            ^
lib_finder.cpp:557:38: note: in instantiation of member function 'Mgr<ProjectManager>::Get' requested here
    cbProject* cbp = ProjectManager::Get()->GetActiveProject();
                                     ^
../../../../src/include/manager.h:206:18: note: forward declaration of template entity is here
    static MgrT *instance;
                 ^
../../../../src/include/manager.h:222:13: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<ProjectManager>::instance' is explicitly instantiated in another translation unit
        if (instance == nullptr)
            ^
../../../../src/include/manager.h:224:17: warning: instantiation of variable 'Mgr<ProjectManager>::isShutdown' required here, but no definition is available [-Wundefined-var-template]
            if (isShutdown == false)
                ^
../../../../src/include/manager.h:207:17: note: forward declaration of template entity is here
    static bool isShutdown;
                ^
../../../../src/include/manager.h:224:17: note: add an explicit instantiation declaration to suppress this warning if 'Mgr<ProjectManager>::isShutdown' is explicitly instantiated in another translation unit
            if (isShutdown == false)
                ^
25 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/include/scripting/include -I../../../../src/sdk/wxscintilla/include -I./../wxContribItems/wxFlatNotebook/include -I../../../../src/include/scripting/sqplus -I../../../../src/include/scripting/bindings -I../../../../src/include/mozilla_chardet -I../../../../src/include/mozilla_chardet/mfbt -I../../../../src/include/mozilla_chardet/nsprpub/pr/include -I../../../../src/include/mozilla_chardet/xpcom -I../../../../src/include/mozilla_chardet/xpcom/base -I../../../../src/include/mozilla_chardet/xpcom/glue -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT lib_finder.lo -MD -MP -MF .deps/lib_finder.Tpo -c lib_finder.cpp -o lib_finder.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o liblib_finder.la -rpath /opt/pkg/lib/codeblocks/plugins librariesdlg.lo dirlistdlg.lo projectmissinglibs.lo headersdetectordlg.lo webresourcesmanager.lo projectconfiguration.lo resultmap.lo libraryresult.lo projectconfigurationpanel.lo pkgconfigmanager.lo librarydetectionmanager.lo libselectdlg.lo processingdlg.lo defsdownloaddlg.lo lib_finder.lo ../../../sdk/libcodeblocks.la ../wxContribItems/wxFlatNotebook/libwxflatnotebook.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  ../../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/liblib_finder.dylib  .libs/librariesdlg.o .libs/dirlistdlg.o .libs/projectmissinglibs.o .libs/headersdetectordlg.o .libs/webresourcesmanager.o .libs/projectconfiguration.o .libs/resultmap.o .libs/libraryresult.o .libs/projectconfigurationpanel.o .libs/pkgconfigmanager.o .libs/librarydetectionmanager.o .libs/libselectdlg.o .libs/processingdlg.o .libs/defsdownloaddlg.o .libs/lib_finder.o   -Wl,-force_load,../../../../src/base/tinyxml/.libs/libtinyxml.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib ../wxContribItems/wxFlatNotebook/.libs/libwxflatnotebook.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/liblib_finder.dylib  -Wl,-single_module
libtool: link: (cd .libs/liblib_finder.lax/libtinyxml.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/lib_finder/../../../../src/base/tinyxml/.libs/libtinyxml.a")
libtool: link: ar cr .libs/liblib_finder.a  librariesdlg.o dirlistdlg.o projectmissinglibs.o headersdetectordlg.o webresourcesmanager.o projectconfiguration.o resultmap.o libraryresult.o projectconfigurationpanel.o pkgconfigmanager.o librarydetectionmanager.o libselectdlg.o processingdlg.o defsdownloaddlg.o lib_finder.o  .libs/liblib_finder.lax/libtinyxml.a/tinyxml.o .libs/liblib_finder.lax/libtinyxml.a/tinyxmlerror.o .libs/liblib_finder.lax/libtinyxml.a/tinyxmlparser.o 
libtool: link: ranlib .libs/liblib_finder.a
libtool: link: rm -fr .libs/liblib_finder.lax
libtool: link: ( cd ".libs" && rm -f "liblib_finder.la" && ln -s "../liblib_finder.la" "liblib_finder.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/lib_finder/lib_finder.zip manifest.xml > /dev/null
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/lib_finder'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/lib_finder'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in profiler
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/profiler'
Making all in resources
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/profiler/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/profiler/resources/Profiler.zip manifest.xml *.xrc > /dev/null
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/profiler/resources'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/profiler'
depbase=`echo cbprofilerconfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbprofilerconfig.lo -MD -MP -MF $depbase.Tpo -c -o cbprofilerconfig.lo cbprofilerconfig.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbprofilerconfig.lo -MD -MP -MF .deps/cbprofilerconfig.Tpo -c cbprofilerconfig.cpp  -fno-common -DPIC -o .libs/cbprofilerconfig.o
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbprofilerconfig.lo -MD -MP -MF .deps/cbprofilerconfig.Tpo -c cbprofilerconfig.cpp -o cbprofilerconfig.o >/dev/null 2>&1
depbase=`echo cbprofiler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbprofiler.lo -MD -MP -MF $depbase.Tpo -c -o cbprofiler.lo cbprofiler.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbprofiler.lo -MD -MP -MF .deps/cbprofiler.Tpo -c cbprofiler.cpp  -fno-common -DPIC -o .libs/cbprofiler.o
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofiler.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbprofiler.lo -MD -MP -MF .deps/cbprofiler.Tpo -c cbprofiler.cpp -o cbprofiler.o >/dev/null 2>&1
depbase=`echo cbprofilerexec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT cbprofilerexec.lo -MD -MP -MF $depbase.Tpo -c -o cbprofilerexec.lo cbprofilerexec.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbprofilerexec.lo -MD -MP -MF .deps/cbprofilerexec.Tpo -c cbprofilerexec.cpp  -fno-common -DPIC -o .libs/cbprofilerexec.o
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from cbprofilerexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT cbprofilerexec.lo -MD -MP -MF .deps/cbprofilerexec.Tpo -c cbprofilerexec.cpp -o cbprofilerexec.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libProfiler.la -rpath /opt/pkg/lib/codeblocks/plugins cbprofilerconfig.lo cbprofiler.lo cbprofilerexec.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libProfiler.dylib  .libs/cbprofilerconfig.o .libs/cbprofiler.o .libs/cbprofilerexec.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libProfiler.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libProfiler.a  cbprofilerconfig.o cbprofiler.o cbprofilerexec.o
libtool: link: ranlib .libs/libProfiler.a
libtool: link: ( cd ".libs" && rm -f "libProfiler.la" && ln -s "../libProfiler.la" "libProfiler.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/profiler'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/profiler'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in source_exporter
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/source_exporter'
Making all in wxPdfDocument
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument'
depbase=`echo src/pdfannotation.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfannotation.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfannotation.lo src/pdfannotation.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfannotation.lo -MD -MP -MF src/.deps/pdfannotation.Tpo -c src/pdfannotation.cpp  -fno-common -DPIC -o src/.libs/pdfannotation.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfannotation.lo -MD -MP -MF src/.deps/pdfannotation.Tpo -c src/pdfannotation.cpp -o src/pdfannotation.o >/dev/null 2>&1
depbase=`echo src/pdfbarcode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfbarcode.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfbarcode.lo src/pdfbarcode.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfbarcode.lo -MD -MP -MF src/.deps/pdfbarcode.Tpo -c src/pdfbarcode.cpp  -fno-common -DPIC -o src/.libs/pdfbarcode.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfbarcode.lo -MD -MP -MF src/.deps/pdfbarcode.Tpo -c src/pdfbarcode.cpp -o src/pdfbarcode.o >/dev/null 2>&1
depbase=`echo src/pdfcffdecoder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfcffdecoder.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfcffdecoder.lo src/pdfcffdecoder.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfcffdecoder.lo -MD -MP -MF src/.deps/pdfcffdecoder.Tpo -c src/pdfcffdecoder.cpp  -fno-common -DPIC -o src/.libs/pdfcffdecoder.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfcffdecoder.lo -MD -MP -MF src/.deps/pdfcffdecoder.Tpo -c src/pdfcffdecoder.cpp -o src/pdfcffdecoder.o >/dev/null 2>&1
depbase=`echo src/pdfcffindex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfcffindex.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfcffindex.lo src/pdfcffindex.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfcffindex.lo -MD -MP -MF src/.deps/pdfcffindex.Tpo -c src/pdfcffindex.cpp  -fno-common -DPIC -o src/.libs/pdfcffindex.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfcffindex.lo -MD -MP -MF src/.deps/pdfcffindex.Tpo -c src/pdfcffindex.cpp -o src/pdfcffindex.o >/dev/null 2>&1
depbase=`echo src/pdfcolour.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfcolour.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfcolour.lo src/pdfcolour.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfcolour.lo -MD -MP -MF src/.deps/pdfcolour.Tpo -c src/pdfcolour.cpp  -fno-common -DPIC -o src/.libs/pdfcolour.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfcolour.lo -MD -MP -MF src/.deps/pdfcolour.Tpo -c src/pdfcolour.cpp -o src/pdfcolour.o >/dev/null 2>&1
depbase=`echo src/pdfdc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfdc.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfdc.lo src/pdfdc.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfdc.lo -MD -MP -MF src/.deps/pdfdc.Tpo -c src/pdfdc.cpp  -fno-common -DPIC -o src/.libs/pdfdc.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfdc.lo -MD -MP -MF src/.deps/pdfdc.Tpo -c src/pdfdc.cpp -o src/pdfdc.o >/dev/null 2>&1
depbase=`echo src/pdfdecode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfdecode.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfdecode.lo src/pdfdecode.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfdecode.lo -MD -MP -MF src/.deps/pdfdecode.Tpo -c src/pdfdecode.cpp  -fno-common -DPIC -o src/.libs/pdfdecode.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfdecode.lo -MD -MP -MF src/.deps/pdfdecode.Tpo -c src/pdfdecode.cpp -o src/pdfdecode.o >/dev/null 2>&1
depbase=`echo src/pdfdocument.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfdocument.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfdocument.lo src/pdfdocument.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfdocument.lo -MD -MP -MF src/.deps/pdfdocument.Tpo -c src/pdfdocument.cpp  -fno-common -DPIC -o src/.libs/pdfdocument.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfdocument.lo -MD -MP -MF src/.deps/pdfdocument.Tpo -c src/pdfdocument.cpp -o src/pdfdocument.o >/dev/null 2>&1
depbase=`echo src/pdfencoding.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfencoding.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfencoding.lo src/pdfencoding.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfencoding.lo -MD -MP -MF src/.deps/pdfencoding.Tpo -c src/pdfencoding.cpp  -fno-common -DPIC -o src/.libs/pdfencoding.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfencoding.lo -MD -MP -MF src/.deps/pdfencoding.Tpo -c src/pdfencoding.cpp -o src/pdfencoding.o >/dev/null 2>&1
depbase=`echo src/pdfencrypt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfencrypt.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfencrypt.lo src/pdfencrypt.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfencrypt.lo -MD -MP -MF src/.deps/pdfencrypt.Tpo -c src/pdfencrypt.cpp  -fno-common -DPIC -o src/.libs/pdfencrypt.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfencrypt.lo -MD -MP -MF src/.deps/pdfencrypt.Tpo -c src/pdfencrypt.cpp -o src/pdfencrypt.o >/dev/null 2>&1
depbase=`echo src/pdffont.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffont.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffont.lo src/pdffont.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffont.lo -MD -MP -MF src/.deps/pdffont.Tpo -c src/pdffont.cpp  -fno-common -DPIC -o src/.libs/pdffont.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffont.lo -MD -MP -MF src/.deps/pdffont.Tpo -c src/pdffont.cpp -o src/pdffont.o >/dev/null 2>&1
depbase=`echo src/pdffontdata.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdata.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdata.lo src/pdffontdata.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdata.lo -MD -MP -MF src/.deps/pdffontdata.Tpo -c src/pdffontdata.cpp  -fno-common -DPIC -o src/.libs/pdffontdata.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdata.lo -MD -MP -MF src/.deps/pdffontdata.Tpo -c src/pdffontdata.cpp -o src/pdffontdata.o >/dev/null 2>&1
depbase=`echo src/pdffontdatacore.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatacore.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdatacore.lo src/pdffontdatacore.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatacore.lo -MD -MP -MF src/.deps/pdffontdatacore.Tpo -c src/pdffontdatacore.cpp  -fno-common -DPIC -o src/.libs/pdffontdatacore.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatacore.lo -MD -MP -MF src/.deps/pdffontdatacore.Tpo -c src/pdffontdatacore.cpp -o src/pdffontdatacore.o >/dev/null 2>&1
depbase=`echo src/pdffontdataopentype.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdataopentype.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdataopentype.lo src/pdffontdataopentype.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdataopentype.lo -MD -MP -MF src/.deps/pdffontdataopentype.Tpo -c src/pdffontdataopentype.cpp  -fno-common -DPIC -o src/.libs/pdffontdataopentype.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdataopentype.lo -MD -MP -MF src/.deps/pdffontdataopentype.Tpo -c src/pdffontdataopentype.cpp -o src/pdffontdataopentype.o >/dev/null 2>&1
depbase=`echo src/pdffontdatatruetype.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatatruetype.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdatatruetype.lo src/pdffontdatatruetype.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatatruetype.lo -MD -MP -MF src/.deps/pdffontdatatruetype.Tpo -c src/pdffontdatatruetype.cpp  -fno-common -DPIC -o src/.libs/pdffontdatatruetype.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatatruetype.lo -MD -MP -MF src/.deps/pdffontdatatruetype.Tpo -c src/pdffontdatatruetype.cpp -o src/pdffontdatatruetype.o >/dev/null 2>&1
depbase=`echo src/pdffontdatatype0.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatatype0.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdatatype0.lo src/pdffontdatatype0.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatatype0.lo -MD -MP -MF src/.deps/pdffontdatatype0.Tpo -c src/pdffontdatatype0.cpp  -fno-common -DPIC -o src/.libs/pdffontdatatype0.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatatype0.lo -MD -MP -MF src/.deps/pdffontdatatype0.Tpo -c src/pdffontdatatype0.cpp -o src/pdffontdatatype0.o >/dev/null 2>&1
depbase=`echo src/pdffontdatatype1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatatype1.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdatatype1.lo src/pdffontdatatype1.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatatype1.lo -MD -MP -MF src/.deps/pdffontdatatype1.Tpo -c src/pdffontdatatype1.cpp  -fno-common -DPIC -o src/.libs/pdffontdatatype1.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdatatype1.lo -MD -MP -MF src/.deps/pdffontdatatype1.Tpo -c src/pdffontdatatype1.cpp -o src/pdffontdatatype1.o >/dev/null 2>&1
depbase=`echo src/pdffontdescription.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdescription.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdescription.lo src/pdffontdescription.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdescription.lo -MD -MP -MF src/.deps/pdffontdescription.Tpo -c src/pdffontdescription.cpp  -fno-common -DPIC -o src/.libs/pdffontdescription.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdescription.lo -MD -MP -MF src/.deps/pdffontdescription.Tpo -c src/pdffontdescription.cpp -o src/pdffontdescription.o >/dev/null 2>&1
depbase=`echo src/pdffontdetails.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdetails.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontdetails.lo src/pdffontdetails.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdetails.lo -MD -MP -MF src/.deps/pdffontdetails.Tpo -c src/pdffontdetails.cpp  -fno-common -DPIC -o src/.libs/pdffontdetails.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontdetails.lo -MD -MP -MF src/.deps/pdffontdetails.Tpo -c src/pdffontdetails.cpp -o src/pdffontdetails.o >/dev/null 2>&1
depbase=`echo src/pdffontextended.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontextended.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontextended.lo src/pdffontextended.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontextended.lo -MD -MP -MF src/.deps/pdffontextended.Tpo -c src/pdffontextended.cpp  -fno-common -DPIC -o src/.libs/pdffontextended.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontextended.lo -MD -MP -MF src/.deps/pdffontextended.Tpo -c src/pdffontextended.cpp -o src/pdffontextended.o >/dev/null 2>&1
depbase=`echo src/pdffontmanager.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontmanager.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontmanager.lo src/pdffontmanager.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontmanager.lo -MD -MP -MF src/.deps/pdffontmanager.Tpo -c src/pdffontmanager.cpp  -fno-common -DPIC -o src/.libs/pdffontmanager.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontmanager.lo -MD -MP -MF src/.deps/pdffontmanager.Tpo -c src/pdffontmanager.cpp -o src/pdffontmanager.o >/dev/null 2>&1
depbase=`echo src/pdffontparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontparser.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontparser.lo src/pdffontparser.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontparser.lo -MD -MP -MF src/.deps/pdffontparser.Tpo -c src/pdffontparser.cpp  -fno-common -DPIC -o src/.libs/pdffontparser.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontparser.lo -MD -MP -MF src/.deps/pdffontparser.Tpo -c src/pdffontparser.cpp -o src/pdffontparser.o >/dev/null 2>&1
depbase=`echo src/pdffontparsertruetype.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontparsertruetype.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontparsertruetype.lo src/pdffontparsertruetype.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontparsertruetype.lo -MD -MP -MF src/.deps/pdffontparsertruetype.Tpo -c src/pdffontparsertruetype.cpp  -fno-common -DPIC -o src/.libs/pdffontparsertruetype.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontparsertruetype.lo -MD -MP -MF src/.deps/pdffontparsertruetype.Tpo -c src/pdffontparsertruetype.cpp -o src/pdffontparsertruetype.o >/dev/null 2>&1
depbase=`echo src/pdffontparsertype1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontparsertype1.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontparsertype1.lo src/pdffontparsertype1.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontparsertype1.lo -MD -MP -MF src/.deps/pdffontparsertype1.Tpo -c src/pdffontparsertype1.cpp  -fno-common -DPIC -o src/.libs/pdffontparsertype1.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontparsertype1.lo -MD -MP -MF src/.deps/pdffontparsertype1.Tpo -c src/pdffontparsertype1.cpp -o src/pdffontparsertype1.o >/dev/null 2>&1
depbase=`echo src/pdffontsubsetcff.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontsubsetcff.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontsubsetcff.lo src/pdffontsubsetcff.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontsubsetcff.lo -MD -MP -MF src/.deps/pdffontsubsetcff.Tpo -c src/pdffontsubsetcff.cpp  -fno-common -DPIC -o src/.libs/pdffontsubsetcff.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontsubsetcff.lo -MD -MP -MF src/.deps/pdffontsubsetcff.Tpo -c src/pdffontsubsetcff.cpp -o src/pdffontsubsetcff.o >/dev/null 2>&1
depbase=`echo src/pdffontsubsettruetype.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontsubsettruetype.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontsubsettruetype.lo src/pdffontsubsettruetype.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontsubsettruetype.lo -MD -MP -MF src/.deps/pdffontsubsettruetype.Tpo -c src/pdffontsubsettruetype.cpp  -fno-common -DPIC -o src/.libs/pdffontsubsettruetype.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontsubsettruetype.lo -MD -MP -MF src/.deps/pdffontsubsettruetype.Tpo -c src/pdffontsubsettruetype.cpp -o src/pdffontsubsettruetype.o >/dev/null 2>&1
depbase=`echo src/pdffontvolt.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdffontvolt.lo -MD -MP -MF $depbase.Tpo -c -o src/pdffontvolt.lo src/pdffontvolt.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontvolt.lo -MD -MP -MF src/.deps/pdffontvolt.Tpo -c src/pdffontvolt.cpp  -fno-common -DPIC -o src/.libs/pdffontvolt.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdffontvolt.lo -MD -MP -MF src/.deps/pdffontvolt.Tpo -c src/pdffontvolt.cpp -o src/pdffontvolt.o >/dev/null 2>&1
depbase=`echo src/pdfform.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfform.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfform.lo src/pdfform.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfform.lo -MD -MP -MF src/.deps/pdfform.Tpo -c src/pdfform.cpp  -fno-common -DPIC -o src/.libs/pdfform.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfform.lo -MD -MP -MF src/.deps/pdfform.Tpo -c src/pdfform.cpp -o src/pdfform.o >/dev/null 2>&1
depbase=`echo src/pdfgradient.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfgradient.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfgradient.lo src/pdfgradient.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfgradient.lo -MD -MP -MF src/.deps/pdfgradient.Tpo -c src/pdfgradient.cpp  -fno-common -DPIC -o src/.libs/pdfgradient.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfgradient.lo -MD -MP -MF src/.deps/pdfgradient.Tpo -c src/pdfgradient.cpp -o src/pdfgradient.o >/dev/null 2>&1
depbase=`echo src/pdfgraphics.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfgraphics.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfgraphics.lo src/pdfgraphics.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfgraphics.lo -MD -MP -MF src/.deps/pdfgraphics.Tpo -c src/pdfgraphics.cpp  -fno-common -DPIC -o src/.libs/pdfgraphics.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfgraphics.lo -MD -MP -MF src/.deps/pdfgraphics.Tpo -c src/pdfgraphics.cpp -o src/pdfgraphics.o >/dev/null 2>&1
depbase=`echo src/pdfimage.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfimage.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfimage.lo src/pdfimage.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfimage.lo -MD -MP -MF src/.deps/pdfimage.Tpo -c src/pdfimage.cpp  -fno-common -DPIC -o src/.libs/pdfimage.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfimage.lo -MD -MP -MF src/.deps/pdfimage.Tpo -c src/pdfimage.cpp -o src/pdfimage.o >/dev/null 2>&1
depbase=`echo src/pdfkernel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfkernel.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfkernel.lo src/pdfkernel.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfkernel.lo -MD -MP -MF src/.deps/pdfkernel.Tpo -c src/pdfkernel.cpp  -fno-common -DPIC -o src/.libs/pdfkernel.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfkernel.lo -MD -MP -MF src/.deps/pdfkernel.Tpo -c src/pdfkernel.cpp -o src/pdfkernel.o >/dev/null 2>&1
depbase=`echo src/pdflayer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdflayer.lo -MD -MP -MF $depbase.Tpo -c -o src/pdflayer.lo src/pdflayer.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdflayer.lo -MD -MP -MF src/.deps/pdflayer.Tpo -c src/pdflayer.cpp  -fno-common -DPIC -o src/.libs/pdflayer.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdflayer.lo -MD -MP -MF src/.deps/pdflayer.Tpo -c src/pdflayer.cpp -o src/pdflayer.o >/dev/null 2>&1
depbase=`echo src/pdfobjects.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfobjects.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfobjects.lo src/pdfobjects.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfobjects.lo -MD -MP -MF src/.deps/pdfobjects.Tpo -c src/pdfobjects.cpp  -fno-common -DPIC -o src/.libs/pdfobjects.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfobjects.lo -MD -MP -MF src/.deps/pdfobjects.Tpo -c src/pdfobjects.cpp -o src/pdfobjects.o >/dev/null 2>&1
depbase=`echo src/pdfocg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfocg.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfocg.lo src/pdfocg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfocg.lo -MD -MP -MF src/.deps/pdfocg.Tpo -c src/pdfocg.cpp  -fno-common -DPIC -o src/.libs/pdfocg.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfocg.lo -MD -MP -MF src/.deps/pdfocg.Tpo -c src/pdfocg.cpp -o src/pdfocg.o >/dev/null 2>&1
depbase=`echo src/pdfparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfparser.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfparser.lo src/pdfparser.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfparser.lo -MD -MP -MF src/.deps/pdfparser.Tpo -c src/pdfparser.cpp  -fno-common -DPIC -o src/.libs/pdfparser.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfparser.lo -MD -MP -MF src/.deps/pdfparser.Tpo -c src/pdfparser.cpp -o src/pdfparser.o >/dev/null 2>&1
depbase=`echo src/pdfpattern.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfpattern.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfpattern.lo src/pdfpattern.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfpattern.lo -MD -MP -MF src/.deps/pdfpattern.Tpo -c src/pdfpattern.cpp  -fno-common -DPIC -o src/.libs/pdfpattern.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfpattern.lo -MD -MP -MF src/.deps/pdfpattern.Tpo -c src/pdfpattern.cpp -o src/pdfpattern.o >/dev/null 2>&1
depbase=`echo src/pdfprint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfprint.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfprint.lo src/pdfprint.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfprint.lo -MD -MP -MF src/.deps/pdfprint.Tpo -c src/pdfprint.cpp  -fno-common -DPIC -o src/.libs/pdfprint.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfprint.lo -MD -MP -MF src/.deps/pdfprint.Tpo -c src/pdfprint.cpp -o src/pdfprint.o >/dev/null 2>&1
depbase=`echo src/pdfrijndael.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfrijndael.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfrijndael.lo src/pdfrijndael.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfrijndael.lo -MD -MP -MF src/.deps/pdfrijndael.Tpo -c src/pdfrijndael.cpp  -fno-common -DPIC -o src/.libs/pdfrijndael.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfrijndael.lo -MD -MP -MF src/.deps/pdfrijndael.Tpo -c src/pdfrijndael.cpp -o src/pdfrijndael.o >/dev/null 2>&1
depbase=`echo src/pdftemplate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdftemplate.lo -MD -MP -MF $depbase.Tpo -c -o src/pdftemplate.lo src/pdftemplate.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdftemplate.lo -MD -MP -MF src/.deps/pdftemplate.Tpo -c src/pdftemplate.cpp  -fno-common -DPIC -o src/.libs/pdftemplate.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdftemplate.lo -MD -MP -MF src/.deps/pdftemplate.Tpo -c src/pdftemplate.cpp -o src/pdftemplate.o >/dev/null 2>&1
depbase=`echo src/pdfutility.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfutility.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfutility.lo src/pdfutility.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfutility.lo -MD -MP -MF src/.deps/pdfutility.Tpo -c src/pdfutility.cpp  -fno-common -DPIC -o src/.libs/pdfutility.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfutility.lo -MD -MP -MF src/.deps/pdfutility.Tpo -c src/pdfutility.cpp -o src/pdfutility.o >/dev/null 2>&1
depbase=`echo src/pdfxml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT src/pdfxml.lo -MD -MP -MF $depbase.Tpo -c -o src/pdfxml.lo src/pdfxml.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfxml.lo -MD -MP -MF src/.deps/pdfxml.Tpo -c src/pdfxml.cpp  -fno-common -DPIC -o src/.libs/pdfxml.o
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT src/pdfxml.lo -MD -MP -MF src/.deps/pdfxml.Tpo -c src/pdfxml.cpp -o src/pdfxml.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libwxPdfDocument.la  src/pdfannotation.lo src/pdfbarcode.lo src/pdfcffdecoder.lo src/pdfcffindex.lo src/pdfcolour.lo src/pdfdc.lo src/pdfdecode.lo src/pdfdocument.lo src/pdfencoding.lo src/pdfencrypt.lo src/pdffont.lo src/pdffontdata.lo src/pdffontdatacore.lo src/pdffontdataopentype.lo src/pdffontdatatruetype.lo src/pdffontdatatype0.lo src/pdffontdatatype1.lo src/pdffontdescription.lo src/pdffontdetails.lo src/pdffontextended.lo src/pdffontmanager.lo src/pdffontparser.lo src/pdffontparsertruetype.lo src/pdffontparsertype1.lo src/pdffontsubsetcff.lo src/pdffontsubsettruetype.lo src/pdffontvolt.lo src/pdfform.lo src/pdfgradient.lo src/pdfgraphics.lo src/pdfimage.lo src/pdfkernel.lo src/pdflayer.lo src/pdfobjects.lo src/pdfocg.lo src/pdfparser.lo src/pdfpattern.lo src/pdfprint.lo src/pdfrijndael.lo src/pdftemplate.lo src/pdfutility.lo src/pdfxml.lo  -lpthread -ldl 
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: link: ar cr .libs/libwxPdfDocument.a src/.libs/pdfannotation.o src/.libs/pdfbarcode.o src/.libs/pdfcffdecoder.o src/.libs/pdfcffindex.o src/.libs/pdfcolour.o src/.libs/pdfdc.o src/.libs/pdfdecode.o src/.libs/pdfdocument.o src/.libs/pdfencoding.o src/.libs/pdfencrypt.o src/.libs/pdffont.o src/.libs/pdffontdata.o src/.libs/pdffontdatacore.o src/.libs/pdffontdataopentype.o src/.libs/pdffontdatatruetype.o src/.libs/pdffontdatatype0.o src/.libs/pdffontdatatype1.o src/.libs/pdffontdescription.o src/.libs/pdffontdetails.o src/.libs/pdffontextended.o src/.libs/pdffontmanager.o src/.libs/pdffontparser.o src/.libs/pdffontparsertruetype.o src/.libs/pdffontparsertype1.o src/.libs/pdffontsubsetcff.o src/.libs/pdffontsubsettruetype.o src/.libs/pdffontvolt.o src/.libs/pdfform.o src/.libs/pdfgradient.o src/.libs/pdfgraphics.o src/.libs/pdfimage.o src/.libs/pdfkernel.o src/.libs/pdflayer.o src/.libs/pdfobjects.o src/.libs/pdfocg.o src/.libs/pdfparser.o src/.libs/pdfpattern.o src/.libs/pdfprint.o src/.libs/pdfrijndael.o src/.libs/pdftemplate.o src/.libs/pdfutility.o src/.libs/pdfxml.o 
libtool: link: ranlib .libs/libwxPdfDocument.a
libtool: link: ( cd ".libs" && rm -f "libwxPdfDocument.la" && ln -s "../libwxPdfDocument.la" "libwxPdfDocument.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/source_exporter'
depbase=`echo BaseExporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT BaseExporter.lo -MD -MP -MF $depbase.Tpo -c -o BaseExporter.lo BaseExporter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BaseExporter.lo -MD -MP -MF .deps/BaseExporter.Tpo -c BaseExporter.cpp  -fno-common -DPIC -o .libs/BaseExporter.o
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT BaseExporter.lo -MD -MP -MF .deps/BaseExporter.Tpo -c BaseExporter.cpp -o BaseExporter.o >/dev/null 2>&1
depbase=`echo exporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT exporter.lo -MD -MP -MF $depbase.Tpo -c -o exporter.lo exporter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT exporter.lo -MD -MP -MF .deps/exporter.Tpo -c exporter.cpp  -fno-common -DPIC -o .libs/exporter.o
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from exporter.cpp:22:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from exporter.cpp:22:
../../../../src/include/cbstyledtextctrl.h:105:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
37 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT exporter.lo -MD -MP -MF .deps/exporter.Tpo -c exporter.cpp -o exporter.o >/dev/null 2>&1
depbase=`echo HTMLExporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT HTMLExporter.lo -MD -MP -MF $depbase.Tpo -c -o HTMLExporter.lo HTMLExporter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT HTMLExporter.lo -MD -MP -MF .deps/HTMLExporter.Tpo -c HTMLExporter.cpp  -fno-common -DPIC -o .libs/HTMLExporter.o
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT HTMLExporter.lo -MD -MP -MF .deps/HTMLExporter.Tpo -c HTMLExporter.cpp -o HTMLExporter.o >/dev/null 2>&1
depbase=`echo ODTExporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT ODTExporter.lo -MD -MP -MF $depbase.Tpo -c -o ODTExporter.lo ODTExporter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ODTExporter.lo -MD -MP -MF .deps/ODTExporter.Tpo -c ODTExporter.cpp  -fno-common -DPIC -o .libs/ODTExporter.o
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT ODTExporter.lo -MD -MP -MF .deps/ODTExporter.Tpo -c ODTExporter.cpp -o ODTExporter.o >/dev/null 2>&1
depbase=`echo PDFExporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT PDFExporter.lo -MD -MP -MF $depbase.Tpo -c -o PDFExporter.lo PDFExporter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT PDFExporter.lo -MD -MP -MF .deps/PDFExporter.Tpo -c PDFExporter.cpp  -fno-common -DPIC -o .libs/PDFExporter.o
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT PDFExporter.lo -MD -MP -MF .deps/PDFExporter.Tpo -c PDFExporter.cpp -o PDFExporter.o >/dev/null 2>&1
depbase=`echo RTFExporter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include "sdk.h" -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT RTFExporter.lo -MD -MP -MF $depbase.Tpo -c -o RTFExporter.lo RTFExporter.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT RTFExporter.lo -MD -MP -MF .deps/RTFExporter.Tpo -c RTFExporter.cpp  -fno-common -DPIC -o .libs/RTFExporter.o
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from <built-in>:1:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -I../../../../src/plugins/contrib/source_exporter/wxPdfDocument/include -include sdk.h -DwxPDF_USE_WXMODULE=0 -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT RTFExporter.lo -MD -MP -MF .deps/RTFExporter.Tpo -c RTFExporter.cpp -o RTFExporter.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libexporter.la -rpath /opt/pkg/lib/codeblocks/plugins BaseExporter.lo exporter.lo HTMLExporter.lo ODTExporter.lo PDFExporter.lo RTFExporter.lo ../../../sdk/libcodeblocks.la wxPdfDocument/libwxPdfDocument.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0   -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libexporter.dylib  .libs/BaseExporter.o .libs/exporter.o .libs/HTMLExporter.o .libs/ODTExporter.o .libs/PDFExporter.o .libs/RTFExporter.o   -Wl,-force_load,wxPdfDocument/.libs/libwxPdfDocument.a  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libexporter.dylib  -Wl,-single_module
libtool: link: (cd .libs/libexporter.lax/libwxPdfDocument.a && ar x "/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/.libs/libwxPdfDocument.a")
libtool: link: ar cr .libs/libexporter.a  BaseExporter.o exporter.o HTMLExporter.o ODTExporter.o PDFExporter.o RTFExporter.o  .libs/libexporter.lax/libwxPdfDocument.a/pdfannotation.o .libs/libexporter.lax/libwxPdfDocument.a/pdfbarcode.o .libs/libexporter.lax/libwxPdfDocument.a/pdfcffdecoder.o .libs/libexporter.lax/libwxPdfDocument.a/pdfcffindex.o .libs/libexporter.lax/libwxPdfDocument.a/pdfcolour.o .libs/libexporter.lax/libwxPdfDocument.a/pdfdc.o .libs/libexporter.lax/libwxPdfDocument.a/pdfdecode.o .libs/libexporter.lax/libwxPdfDocument.a/pdfdocument.o .libs/libexporter.lax/libwxPdfDocument.a/pdfencoding.o .libs/libexporter.lax/libwxPdfDocument.a/pdfencrypt.o .libs/libexporter.lax/libwxPdfDocument.a/pdffont.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontdata.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontdatacore.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontdataopentype.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontdatatruetype.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontdatatype0.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontdatatype1.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontdescription.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontdetails.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontextended.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontmanager.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontparser.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontparsertruetype.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontparsertype1.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontsubsetcff.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontsubsettruetype.o .libs/libexporter.lax/libwxPdfDocument.a/pdffontvolt.o .libs/libexporter.lax/libwxPdfDocument.a/pdfform.o .libs/libexporter.lax/libwxPdfDocument.a/pdfgradient.o .libs/libexporter.lax/libwxPdfDocument.a/pdfgraphics.o .libs/libexporter.lax/libwxPdfDocument.a/pdfimage.o .libs/libexporter.lax/libwxPdfDocument.a/pdfkernel.o .libs/libexporter.lax/libwxPdfDocument.a/pdflayer.o .libs/libexporter.lax/libwxPdfDocument.a/pdfobjects.o .libs/libexporter.lax/libwxPdfDocument.a/pdfocg.o .libs/libexporter.lax/libwxPdfDocument.a/pdfparser.o .libs/libexporter.lax/libwxPdfDocument.a/pdfpattern.o .libs/libexporter.lax/libwxPdfDocument.a/pdfprint.o .libs/libexporter.lax/libwxPdfDocument.a/pdfrijndael.o .libs/libexporter.lax/libwxPdfDocument.a/pdftemplate.o .libs/libexporter.lax/libwxPdfDocument.a/pdfutility.o .libs/libexporter.lax/libwxPdfDocument.a/pdfxml.o 
libtool: link: ranlib .libs/libexporter.a
libtool: link: rm -fr .libs/libexporter.lax
libtool: link: ( cd ".libs" && rm -f "libexporter.la" && ln -s "../libexporter.la" "libexporter.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/source_exporter/exporter.zip manifest.xml > /dev/null
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/source_exporter'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/source_exporter'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in symtab
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/symtab'
Making all in resources
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/symtab/resources'
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/symtab/resources/SymTab.zip manifest.xml *.xrc > /dev/null
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/symtab/resources'
gmake[5]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/symtab'
depbase=`echo symtabconfig.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT symtabconfig.lo -MD -MP -MF $depbase.Tpo -c -o symtabconfig.lo symtabconfig.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT symtabconfig.lo -MD -MP -MF .deps/symtabconfig.Tpo -c symtabconfig.cpp  -fno-common -DPIC -o .libs/symtabconfig.o
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabconfig.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT symtabconfig.lo -MD -MP -MF .deps/symtabconfig.Tpo -c symtabconfig.cpp -o symtabconfig.o >/dev/null 2>&1
depbase=`echo symtab.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT symtab.lo -MD -MP -MF $depbase.Tpo -c -o symtab.lo symtab.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT symtab.lo -MD -MP -MF .deps/symtab.Tpo -c symtab.cpp  -fno-common -DPIC -o .libs/symtab.o
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtab.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT symtab.lo -MD -MP -MF .deps/symtab.Tpo -c symtab.cpp -o symtab.o >/dev/null 2>&1
depbase=`echo symtabexec.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT symtabexec.lo -MD -MP -MF $depbase.Tpo -c -o symtabexec.lo symtabexec.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT symtabexec.lo -MD -MP -MF .deps/symtabexec.Tpo -c symtabexec.cpp  -fno-common -DPIC -o .libs/symtabexec.o
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from symtabexec.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT symtabexec.lo -MD -MP -MF .deps/symtabexec.Tpo -c symtabexec.cpp -o symtabexec.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libSymTab.la -rpath /opt/pkg/lib/codeblocks/plugins symtabconfig.lo symtab.lo symtabexec.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libSymTab.dylib  .libs/symtabconfig.o .libs/symtab.o .libs/symtabexec.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libSymTab.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libSymTab.a  symtabconfig.o symtab.o symtabexec.o
libtool: link: ranlib .libs/libSymTab.a
libtool: link: ( cd ".libs" && rm -f "libSymTab.la" && ln -s "../libSymTab.la" "libSymTab.la" )
gmake[5]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/symtab'
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/symtab'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
Making all in regex_testbed
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/regex_testbed'
depbase=`echo regexdlg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT regexdlg.lo -MD -MP -MF $depbase.Tpo -c -o regexdlg.lo regexdlg.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT regexdlg.lo -MD -MP -MF .deps/regexdlg.Tpo -c regexdlg.cpp  -fno-common -DPIC -o .libs/regexdlg.o
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from regexdlg.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT regexdlg.lo -MD -MP -MF .deps/regexdlg.Tpo -c regexdlg.cpp -o regexdlg.o >/dev/null 2>&1
depbase=`echo RegExTestbed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=compile clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__  -I../../../../src/include -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT RegExTestbed.lo -MD -MP -MF $depbase.Tpo -c -o RegExTestbed.lo RegExTestbed.cpp &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT RegExTestbed.lo -MD -MP -MF .deps/RegExTestbed.Tpo -c RegExTestbed.cpp  -fno-common -DPIC -o .libs/RegExTestbed.o
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5398:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE();
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:93:
../../../../src/sdk/wxscintilla/include/wx/wxscintilla.h:5399:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScintilla);
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/control.h:19:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxControl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:78:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:153:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksDockEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:172:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLayoutEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:198:3: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_DYNAMIC_CLASS(CodeBlocksLogEvent)
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1112:5: note: overridden virtual function is here
    DECLARE_ABSTRACT_CLASS(wxEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:226:69: note: expanded from macro 'DECLARE_ABSTRACT_CLASS'
#define DECLARE_ABSTRACT_CLASS(n)                                   wxDECLARE_ABSTRACT_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:99:
../../../../src/include/sdk_events.h:231:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(CodeBlocksThreadEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:1598:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS_NO_ASSIGN(wxCommandEvent)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:227:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS_NO_ASSIGN'
#define DECLARE_DYNAMIC_CLASS_NO_ASSIGN(n)                          wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:135:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS_NO_ASSIGN'
    wxDECLARE_DYNAMIC_CLASS(name)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:104:
../../../../src/include/editorbase.h:32:5: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:105:
../../../../src/include/cbeditor.h:45:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
../../../../src/include/editorbase.h:32:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:110:
In file included from ../../../../src/include/cbplugin.h:18:
../../../../src/include/pluginmanager.h:221:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:49:9: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_DYNAMIC_CLASS(cbTreeCtrl)
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:376:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxTreeCtrl)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
In file included from ../../../../src/include/projectmanager.h:19:
../../../../src/include/cbtreectrl.h:50:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/generic/treectlg.h:363:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:111:
In file included from ../../../../src/include/cbproject.h:19:
../../../../src/include/projectmanager.h:474:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:118:
../../../../src/include/pipedprocess.h:51:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:115:14: warning: 'DeletePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool DeletePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:289:10: note: overridden virtual function is here
    bool DeletePage(size_t page);
         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:125:14: warning: 'RemovePage' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        bool RemovePage(size_t page);
             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:290:10: note: overridden virtual function is here
    bool RemovePage(size_t page);
         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:120:
../../../../src/include/cbauibook.h:401:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/aui/auibook.h:436:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:126:
../../../../src/include/editormanager.h:213:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:127:
../../../../src/include/logmanager.h:40:28: warning: passing an object of reference type to 'va_start' has undefined behavior [-Wvarargs]
        va_start(arg_list, msg);
                           ^
../../../../src/include/logmanager.h:37:39: note: parameter of type 'const wxString &' is declared here
    inline wxString F(const wxString &msg, ...)
                                      ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:130:
../../../../src/include/scriptingmanager.h:270:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3712:33: note: overridden virtual function is here
    virtual const wxEventTable *GetEventTable() const;
                                ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:131:
../../../../src/include/toolsmanager.h:58:3: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
                DECLARE_EVENT_TABLE()
                ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:3715:31: note: overridden virtual function is here
    virtual wxEventHashTable& GetEventHashTable() const;
                              ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:140:
../../../../src/include/xtra_res.h:40:5: warning: 'GetClassInfo' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
    DECLARE_DYNAMIC_CLASS(wxScrollingDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/xrc/xh_dlg.h:19:5: note: overridden virtual function is here
    DECLARE_DYNAMIC_CLASS(wxDialogXmlHandler)
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/object.h:229:69: note: expanded from macro 'DECLARE_DYNAMIC_CLASS'
#define DECLARE_DYNAMIC_CLASS(n)                                    wxDECLARE_DYNAMIC_CLASS(n);
                                                                    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:142:5: note: expanded from macro 'wxDECLARE_DYNAMIC_CLASS'
    wxDECLARE_ABSTRACT_CLASS(name);                                           \
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/rtti.h:131:30: note: expanded from macro 'wxDECLARE_ABSTRACT_CLASS'
        virtual wxClassInfo *GetClassInfo() const
                             ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4010:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual const wxEventTable*      GetEventTable() const;         \
                                         ^
In file included from RegExTestbed.cpp:10:
In file included from ../../../../src/include/sdk.h:17:
In file included from ../../../../src/include/sdk_precomp.h:13:
In file included from ../../../../src/include/sdk_common.h:142:
../../../../src/include/infowindow.h:61:9: warning: 'GetEventHashTable' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
        DECLARE_EVENT_TABLE()
        ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/osx/window.h:400:5: note: overridden virtual function is here
    DECLARE_EVENT_TABLE()
    ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4472:56: note: expanded from macro 'DECLARE_EVENT_TABLE'
#define DECLARE_EVENT_TABLE()                          wxDECLARE_EVENT_TABLE();
                                                       ^
/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0/wx/event.h:4012:42: note: expanded from macro 'wxDECLARE_EVENT_TABLE'
        virtual wxEventHashTable&        GetEventHashTable() const
                                         ^
35 warnings generated.
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I../../../../src/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib/wx/include/osx_cocoa-unicode-3.0 -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -I../../../../src/sdk/wxscintilla/include -DCB_AUTOCONF -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -DCB_PRECOMP -DPIC -I../../../../src/include/tinyxml -DTIXML_USE_STL=YES -pipe -Os -Winvalid-pch -fPIC -fexceptions -MT RegExTestbed.lo -MD -MP -MF .deps/RegExTestbed.Tpo -c RegExTestbed.cpp -o RegExTestbed.o >/dev/null 2>&1
/opt/pkg/bin/mksh ../../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -dynamiclib -version-info 0:1:0 -no-undefined -avoid-version -L/opt/pkg/lib -o libRegExTestbed.la -rpath /opt/pkg/lib/codeblocks/plugins regexdlg.lo RegExTestbed.lo ../../../sdk/libcodeblocks.la -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0  -lpthread -ldl 
libtool: link: clang++ -dynamiclib  -o .libs/libRegExTestbed.dylib  .libs/regexdlg.o .libs/RegExTestbed.o   -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib ../../../sdk/.libs/libcodeblocks.dylib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lpthread -ldl  -Os   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -install_name  /opt/pkg/lib/codeblocks/plugins/libRegExTestbed.dylib  -Wl,-single_module
libtool: link: ar cr .libs/libRegExTestbed.a  regexdlg.o RegExTestbed.o
libtool: link: ranlib .libs/libRegExTestbed.a
libtool: link: ( cd ".libs" && rm -f "libRegExTestbed.la" && ln -s "../libRegExTestbed.la" "libRegExTestbed.la" )
PWD=`pwd` cd . && zip /Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/regex_testbed/RegExTestbed.zip manifest.xml regexdlg.xrc > /dev/null
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/regex_testbed'
Making all in appdata
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Nothing to be done for 'all'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib/appdata'
gmake[4]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib'
gmake[4]: Nothing to be done for 'all-am'.
gmake[4]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib'
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins/contrib'
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins'
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/plugins'
Making all in tools
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/tools'
Making all in cb_share_config
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/tools/cb_share_config'
depbase=`echo app.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../../src/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT app.o -MD -MP -MF $depbase.Tpo -c -o app.o app.cpp &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo mainframe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../../src/include  -I/opt/pkg/lib/wx/include/osx_cocoa-unicode-3.0 -I/opt/pkg/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__   -I../../../src/include -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT mainframe.o -MD -MP -MF $depbase.Tpo -c -o mainframe.o mainframe.cpp &&\
mv -f $depbase.Tpo $depbase.Po
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions  -L/opt/pkg/lib -o cb_share_config app.o mainframe.o -L/opt/pkg/lib   -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0   ../../../src/base/tinyxml/libtinyxml.la -lpthread -ldl 
libtool: link: clang++ -pipe -Os -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -o cb_share_config app.o mainframe.o  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL -lwx_osx_cocoau_aui-3.0 -lwx_osx_cocoau_propgrid-3.0 -lwx_osx_cocoau_richtext-3.0 -lwx_osx_cocoau_xrc-3.0 -lwx_osx_cocoau_html-3.0 -lwx_osx_cocoau_qa-3.0 -lwx_osx_cocoau_adv-3.0 -lwx_osx_cocoau_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 ../../../src/base/tinyxml/.libs/libtinyxml.a -lpthread -ldl
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/tools/cb_share_config'
Making all in ConsoleRunner
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/tools/ConsoleRunner'
depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
clang++ -DHAVE_CONFIG_H -I. -I../../../src/include   -DCB_AUTOCONF -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -DCB_PRECOMP -DPIC -I../../../src/include/tinyxml -DTIXML_USE_STL=YES  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -MT main.o -MD -MP -MF $depbase.Tpo -c -o main.o main.cpp &&\
mv -f $depbase.Tpo $depbase.Po
/opt/pkg/bin/mksh ../../../libtool  --tag=CXX   --mode=link clang++  -pipe -Os -I/opt/pkg/include -I/opt/pkg/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions  -L/opt/pkg/lib -o cb_console_runner main.o  -lpthread -ldl 
libtool: link: clang++ -pipe -Os -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include -I/Users/pbulk/build/editors/codeblocks/work/.buildlink/include/wx-3.0 -Winvalid-pch -fPIC -fexceptions -o cb_console_runner main.o  -L/Users/pbulk/build/editors/codeblocks/work/.buildlink/lib -lpthread -ldl
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/tools/ConsoleRunner'
Making all in CBLauncher
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/tools/CBLauncher'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/tools/CBLauncher'
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/tools'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/tools'
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/tools'
Making all in templates
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/templates'
Making all in common
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/templates/common'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/templates/common'
Making all in unix
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/templates/unix'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/templates/unix'
gmake[3]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/templates'
gmake[3]: Nothing to be done for 'all-am'.
gmake[3]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/templates'
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/templates'
Making all in scripts
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/scripts'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/scripts'
Making all in wxsmith
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/wxsmith'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src/wxsmith'
gmake[2]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src'
gmake[2]: Nothing to be done for 'all-am'.
gmake[2]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src'
gmake[1]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03/src'
gmake[1]: Entering directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03'
cp ./debian/codeblocks-headers.install.wx30 ./debian/codeblocks-headers.install
gmake[1]: Leaving directory '/Users/pbulk/build/editors/codeblocks/work/codeblocks-20.03'
*** Please use pkgtools/verifypc to sanity check dependencies.